MCUT_Supervisor/N4JS/Arena/H/demo/global/.gitignore
2025-03-26 10:38:33 +08:00

64 lines
832 B
Plaintext

.sass-cache
archives
.publish
### Node ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
package-lock.json
# Coverage directory used by tools like istanbul
coverage
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Dest files
dest
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules
bower_components
jspm_packages
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Hidden OS
.DS_store
# tempfiles
/tmp
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env