41 lines
372 B
Plaintext
41 lines
372 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
yarn.lock
|
|
package-lock.json
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.tgz
|
|
|
|
# IDE and editor files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Runtime data
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/ |