gitignore/Node.gitignore

105 lines
1.6 KiB
Plaintext
Raw Normal View History

2014-02-28 11:34:11 -05:00
# Logs
logs
2010-11-08 18:18:45 -05:00
*.log
2015-08-06 05:30:45 -04: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-02-28 11:34:11 -05:00
# Runtime data
pids
*.pid
*.seed
*.pid.lock
2014-02-28 11:34:11 -05:00
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
2014-02-28 11:34:11 -05: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 05:33:15 -05:00
.grunt
2016-10-27 22:23:58 -04: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-12 12:03:57 -04:00
# Dependency directories
node_modules/
jspm_packages/
2017-02-02 05:57:45 -05:00
2018-03-24 06:08:54 -04:00
# TypeScript v1 declaration files
2017-02-02 05:54:37 -05:00
typings/
2015-11-02 13:20:21 -05:00
# TypeScript cache
*.tsbuildinfo
2015-11-02 13:20:21 -05:00
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
2019-09-21 12:13:14 -04: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 09:07:57 -04:00
# Yarn Integrity file
.yarn-integrity
2017-01-24 22:13:33 -05:00
# dotenv environment variables file
.env
2018-12-13 19:32:38 -05:00
.env.test
2017-01-24 22:13:33 -05:00
2017-12-31 11:35:21 -05:00
# parcel-bundler cache (https://parceljs.org/)
.cache
2018-03-09 23:05:34 -05:00
# Next.js build output
2018-01-01 17:26:54 -05:00
.next
2018-05-06 06:31:38 -04:00
# Nuxt.js build / generate output
2018-05-06 06:31:38 -04:00
.nuxt
dist
2018-06-17 14:27:35 -04:00
# Gatsby files
2019-09-16 08:21:44 -04:00
.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
2019-09-16 08:21:44 -04:00
# vuepress build output
.vuepress/dist
2018-05-27 19:58:49 -04:00
# Serverless directories
2018-10-22 19:54:09 -04:00
.serverless/
# FuseBox cache
.fusebox/
2018-10-22 19:54:09 -04:00
2018-12-16 00:50:40 -05:00
# DynamoDB Local files
.dynamodb/
2019-10-03 09:32:51 -04:00
# TernJS port file
.tern-port