67 lines
742 B
Plaintext
67 lines
742 B
Plaintext
# Node modules
|
|
node_modules/
|
|
|
|
# Dependency directories
|
|
jspm_packages/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov/
|
|
|
|
# Coverage directory used by testing tools
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Debug folders
|
|
debug/
|
|
dist/
|
|
build/
|
|
tmp/
|
|
temp/
|
|
.out/
|
|
out/
|
|
|
|
# Project local env files
|
|
.env
|
|
.env.*
|
|
|
|
# VS Code settings
|
|
.vscode/
|
|
|
|
# OSX system files
|
|
.DS_Store
|
|
|
|
# IDE files
|
|
.idea/
|
|
*.sublime*
|
|
*.sw?
|
|
*.iml
|
|
|
|
# Generated replay folders or images (based on your code context)
|
|
*.png
|
|
replays/
|
|
maps/
|
|
top/
|
|
side/
|
|
front/
|
|
/*.png
|
|
|