gitignore/Node.gitignore

99 lines
1.4 KiB
Plaintext
Raw Normal View History

2014-03-01 00:34:11 +08:00
# Logs
logs
2010-11-09 07:18:45 +08:00
*.log
2015-08-06 17:30:45 +08:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
2014-03-01 00:34:11 +08:00
# Runtime data
pids
*.pid
*.seed
*.pid.lock
2014-03-01 00:34:11 +08:00
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
2014-03-01 00:34:11 +08:00
# Coverage directory used by tools like istanbul
coverage
*.lcov
# nyc test coverage
.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
2014-01-07 18:33:15 +08:00
.grunt
2016-10-28 10:23:58 +08:00
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
2015-10-13 00:03:57 +08:00
# Dependency directories
node_modules/
jspm_packages/
2017-02-02 18:57:45 +08:00
2018-03-24 18:08:54 +08:00
# TypeScript v1 declaration files
2017-02-02 18:54:37 +08:00
typings/
2015-11-03 02:20:21 +08:00
# TypeScript cache
*.tsbuildinfo
2015-11-03 02:20:21 +08:00
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
2019-09-22 00:13:14 +08:00
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
2016-10-12 21:07:57 +08:00
# Yarn Integrity file
.yarn-integrity
2017-01-25 11:13:33 +08:00
# dotenv environment variables file
.env
2018-12-14 08:32:38 +08:00
.env.test
2017-01-25 11:13:33 +08:00
2018-01-01 00:35:21 +08:00
# parcel-bundler cache (https://parceljs.org/)
.cache
2018-03-10 12:05:34 +08:00
2018-01-02 06:26:54 +08:00
# next.js build output
.next
2018-05-06 18:31:38 +08:00
# nuxt.js build output
.nuxt
2018-06-18 02:27:35 +08:00
2019-09-16 20:21:44 +08:00
# gatsby files
.cache/
public
# vuepress build output
.vuepress/dist
2018-05-28 07:58:49 +08:00
# Serverless directories
2018-10-23 07:54:09 +08:00
.serverless/
# FuseBox cache
.fusebox/
2018-10-23 07:54:09 +08:00
2018-12-16 13:50:40 +08:00
# DynamoDB Local files
.dynamodb/