MCSManager/.gitignore

123 lines
1.8 KiB
Plaintext
Raw Normal View History

2018-01-20 13:17:20 +08:00
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2022-02-02 13:36:08 +08:00
lerna-debug.log*
test.txt
*.bat
src/public
*.code-workspace
vscode/
.vscode/
Daemon/
data/
dist/
out/
2022-02-04 13:33:35 +08:00
public/
2022-07-17 17:38:50 +08:00
production/
2022-02-02 13:36:08 +08:00
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
2018-01-20 13:17:20 +08:00
# 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
2022-02-02 13:36:08 +08:00
*.lcov
2022-08-05 16:10:27 +08:00
error
2018-01-20 13:17:20 +08:00
# nyc test coverage
.nyc_output
2022-02-02 13:36:08 +08:00
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
2018-01-20 13:17:20 +08:00
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
2022-02-02 13:36:08 +08:00
# Compiled binary addons (https://nodejs.org/api/addons.html)
2018-01-20 13:17:20 +08:00
build/Release
# Dependency directories
node_modules/
jspm_packages/
2022-02-02 13:36:08 +08:00
# TypeScript v1 declaration files
2018-01-20 13:17:20 +08:00
typings/
2022-02-02 13:36:08 +08:00
# TypeScript cache
*.tsbuildinfo
2018-01-20 13:17:20 +08:00
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
2022-02-02 13:36:08 +08:00
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
2018-01-20 13:17:20 +08:00
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
2022-02-02 13:36:08 +08:00
.env.test
# parcel-bundler cache (https://parceljs.org/)
.cache
# Next.js build output
.next
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
2018-01-20 13:17:20 +08:00
2022-02-02 13:36:08 +08:00
# TernJS port file
.tern-port
workspace.code-workspace
src/public/1.png
2022-02-08 16:39:23 +08:00
# IntelliJ Idea project files
/.idea/*