Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
# --- Go ---
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
*.coverprofile
|
||||
coverage.html
|
||||
coverage.out
|
||||
go.work
|
||||
go.work.sum
|
||||
dist/
|
||||
vendor/
|
||||
/prism
|
||||
|
||||
# --- Runtime data (docker-compose ./data, local -data) ---
|
||||
data/
|
||||
|
||||
# --- Secrets ---
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# --- Frontend (see also web/.gitignore) ---
|
||||
web/node_modules/
|
||||
web/dist/
|
||||
|
||||
# --- IDE & OS ---
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.cursor/
|
||||
|
||||
# --- Gitea act-runner (local deploy) ---
|
||||
.gitea/act-runner/.env
|
||||
.gitea/act-runner/.runner
|
||||
|
||||
# --- Logs ---
|
||||
*.log
|
||||
Reference in New Issue
Block a user