Initial Commit
This commit is contained in:
+43
@@ -0,0 +1,43 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
|
||||
# TanStack Start & Vite build outputs
|
||||
.output/
|
||||
.tanstack/
|
||||
dist/
|
||||
frontend/.output/
|
||||
frontend/.tanstack/
|
||||
frontend/dist/
|
||||
|
||||
# PocketBase database and binaries
|
||||
backend/pb_data/
|
||||
backend/pocketbase
|
||||
backend/pocketbase.exe
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
!.env.example
|
||||
|
||||
# IDEs & System files
|
||||
.vscode/
|
||||
.idea/
|
||||
.agents/
|
||||
.gemini/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
||||
# Temporary files
|
||||
scratch/
|
||||
scratch_*
|
||||
page.html
|
||||
Reference in New Issue
Block a user