-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (28 loc) · 700 Bytes
/
Copy path.gitignore
File metadata and controls
36 lines (28 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Binaries
/transpondarrd
/devseed
/tmp/
# GoReleaser / build output
/dist/
# Runtime data
/data/
*.db
*.db-wal
*.db-shm
# Local dev env (committed template is .env.example). .env.local is the
# per-checkout tier and outranks .env, so a worktree sharing one .env can still
# point itself at its own ports and stubs.
/.env
/.env.local
# Local Claude Code dev-server config
/.claude/launch.json
# Frontend
/frontend/node_modules/
# Embedded frontend build output is generated by `make web`.
# Keep the directory present (for go:embed) but not the built assets.
/web/dist/*
!/web/dist/.gitkeep
# Generated OpenAPI spec intermediate (make gen-api)
/frontend/openapi.gen.yaml
# OS cruft
.DS_Store