Initial Commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user