Files
flood/.dockerignore
2020-11-15 23:26:35 +08:00

66 lines
648 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Secrets
*.secret
# Dependency directories
node_modules/
# Git directory
.git/
# 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
# dotenv environment variables file
.env
# macOS custom attributes
.DS_Store
# VisualStudio
.vscode
# Intellij
.idea
# Personal flood config
config.js
# Distribution files
dist/
dist-pkg/
# Runtime files
run/
# Vim temp files
*.swp
# JSDoc output
docs/
out/