first commit
Made-with: Cursor
This commit is contained in:
48
.gitignore
vendored
Normal file
48
.gitignore
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
# Environment and secrets
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
*.pem
|
||||
|
||||
# Go
|
||||
/bin/
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
vendor/
|
||||
|
||||
# Build and test
|
||||
*.test
|
||||
*.out
|
||||
coverage.html
|
||||
coverage.out
|
||||
*.prof
|
||||
|
||||
# IDE and editors
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.project
|
||||
.classpath
|
||||
.settings/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs and temp
|
||||
*.log
|
||||
tmp/
|
||||
temp/
|
||||
.cache/
|
||||
|
||||
# sqlc generated (optional: uncomment if you regenerate and don't want to track)
|
||||
# internal/repository/*.sql.go
|
||||
|
||||
# Local dev (binaries in project root only)
|
||||
/server
|
||||
/calendarapi
|
||||
Reference in New Issue
Block a user