29 lines
335 B
Plaintext
29 lines
335 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
frontend/dist/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
*.log
|
|
|
|
# Environment/local config
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# OS/editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Runtime data/cache
|
|
backend/data/catalog.db
|
|
backend/data/*.db
|
|
backend/data/*.db-* |