45 lines
540 B
Plaintext
45 lines
540 B
Plaintext
# 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
|
|
!ansible/files/.env
|
|
|
|
# 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
|