zero-ui/backend/.gitignore
2021-03-21 22:25:13 +03:00

42 lines
456 B
Plaintext

# Data
data
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Dependency directories
node_modules/
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local