41 lines
510 B
Plaintext
41 lines
510 B
Plaintext
# Version control & IDEs
|
|
.git
|
|
.gitignore
|
|
.dockerignore
|
|
.vscode
|
|
.idea
|
|
.agents
|
|
.gemini
|
|
|
|
# Build artifacts & compiled outputs
|
|
.output
|
|
frontend/.output
|
|
frontend/.tanstack
|
|
frontend/dist
|
|
dist
|
|
|
|
# Dependencies
|
|
node_modules
|
|
frontend/node_modules
|
|
|
|
# PocketBase local data & local binaries
|
|
backend/pb_data
|
|
backend/pocketbase
|
|
backend/pocketbase.exe
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Logs & temporary files
|
|
*.log
|
|
npm-debug.log*
|
|
scratch
|
|
page.html
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Documentation
|
|
README.md
|
|
walkthrough.md
|
|
implementation_plan.md
|