36 lines
315 B
Plaintext
36 lines
315 B
Plaintext
# Node
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
.cache/
|
|
tmp/
|
|
*.tsbuildinfo
|
|
|
|
# Runtime artifacts
|
|
uploads/
|
|
generated/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS / Editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Coverage
|
|
coverage/
|
|
|