22 lines
225 B
Plaintext
22 lines
225 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Node
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
|
|
node_modules/
|
|
dist/
|
|
# Go binaries
|
|
bin/
|
|
backend/backend
|
|
|
|
# Runtime/generated web assets
|
|
backend/web/
|
|
|
|
# SQLite runtime data
|
|
backend/data/
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|