mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
69 lines
696 B
Plaintext
69 lines
696 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/
|
|
|
|
# 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/
|
|
|
|
# Runtime files
|
|
run/
|
|
|
|
# Vim temp files
|
|
*.swp
|
|
|
|
# JSDoc output
|
|
docs/
|
|
out/
|
|
|
|
# Coverage reports
|
|
coverage/
|
|
|
|
# Test results
|
|
cypress/videos
|
|
cypress/screenshots
|