44 lines
372 B
Plaintext
44 lines
372 B
Plaintext
# Node.js
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
pnpm-debug.log
|
|
lerna-debug.log
|
|
.npm
|
|
.eslintcache
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# Environment
|
|
.env
|
|
.env*.local
|
|
.env.production
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test coverage
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Docker
|
|
.dockerignore
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|