71 lines
898 B
Plaintext
71 lines
898 B
Plaintext
# Node.js
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
.env
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
build/Release/
|
|
|
|
# Optional npm cache directory
|
|
.npm/
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
.env.test
|
|
.env.production
|
|
|
|
# Next.js build output
|
|
.next/
|
|
|
|
# Nuxt.js build / generate output
|
|
.nuxt/
|
|
dist/
|
|
|
|
# Gatsby files
|
|
.cache/
|
|
# Comment in the public line in if your project deploys to "public" and not "dist"
|
|
# public/
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|
|
docker-compose.debug.yml
|
|
docker-compose.test.yml
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# Linux
|
|
.Trash-*
|
|
|
|
# IDEs and editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
|
|
# Docker files
|
|
docker-compose.override.yml
|