36 lines
346 B
Plaintext
36 lines
346 B
Plaintext
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Dependencies and build output
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
coverage/
|
|
|
|
# Docker/local runtime artifacts
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
.cache/
|