29 lines
337 B
Plaintext
29 lines
337 B
Plaintext
# Project docs managed in repo unless explicitly excluded elsewhere
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Runtime/database artifacts
|
|
db/*.db
|
|
db/*.db-*
|
|
|
|
# Environment/local files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|