everything
This commit is contained in:
48
.gitignore
vendored
Normal file
48
.gitignore
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Binaries
|
||||
server
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binaries
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool
|
||||
*.out
|
||||
|
||||
# Dependency directories
|
||||
vendor/
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Database
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
pocketbase/pb_data/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Agent-based stuff
|
||||
CRUSH.md
|
||||
ORY_INTEGRATION.md
|
||||
START_DEV.md
|
||||
.crush/
|
||||
Reference in New Issue
Block a user