update
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user