This commit is contained in:
jason
2026-03-13 09:29:39 -05:00
parent b81a568592
commit 5e3ca19c83
4 changed files with 43 additions and 0 deletions

32
.stignore Normal file
View File

@@ -0,0 +1,32 @@
// Git internals - never sync
.git
// Dependencies
node_modules
// Next.js build output
.next
out
// Local env files with secrets
.env
.env.local
.env.*.local
// Database files (use migrations, not the file)
*.db
*.db-journal
*.db-shm
*.db-wal
// Build artifacts
build
tsconfig.tsbuildinfo
// Syncthing own temp files (safety net)
~syncthing~*
.syncthing.*
// OS junk
.DS_Store
Thumbs.db