MCSManager/.gitignore

85 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-04-13 10:12:22 +08:00
# mineself files
2017-11-12 10:01:58 +08:00
server/
users/
.vscode/
testServer/
2017-11-13 12:26:31 +08:00
*.exe
2018-04-13 10:12:22 +08:00
*.zip
2018-11-12 15:44:35 +08:00
docker_temp/
2018-01-20 13:17:20 +08:00
2018-04-13 10:12:39 +08:00
2018-04-13 10:12:22 +08:00
# config files
2017-11-13 12:26:31 +08:00
users/*.json
server/*.json
public/*.json
2017-11-18 15:13:01 +08:00
McserverConfig.json
2017-11-18 20:29:35 +08:00
core/*.json
2018-04-29 20:02:10 +08:00
public/common/URL.js
2018-04-29 20:19:06 +08:00
property.js
2018-04-13 10:12:22 +08:00
# node
2018-01-20 13:17:20 +08:00
node_modules/
2018-04-13 10:12:22 +08:00
# tmp
2018-01-20 13:17:20 +08:00
tmp_files/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Typescript v1 declaration files
typings/
# 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