gitignore_file_for_node.js

gitignore file for Node.js

Return to .gitignore

gh Plugin - DokuWiki gh Plugin

Provided by gh plugin.

  1. Logs

logs

  • .log

npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log*

report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

  1. Runtime data

pids

  • .pid
  • .seed
  • .pid.lock
  1. Directory for instrumented libs generated by jscoverage/JSCover

lib-cov

  1. Coverage directory used by tools like istanbul

coverage

  • .lcov
  1. nyc test coverage

.nyc_output

.grunt

  1. Bower dependency directory (https://bower.io/)

bower_components

  1. node-waf configuration

.lock-wscript

  1. Compiled binary addons (https://nodejs.org/api/addons.html)

build/Release

  1. Dependency directories

node_modules/ jspm_packages/

  1. Snowpack dependency directory (https://snowpack.dev/)

web_modules/

  1. TypeScript cache
  • .tsbuildinfo
  1. Optional npm cache directory

.npm

  1. Optional eslint cache

.eslintcache

  1. Optional stylelint cache

.stylelintcache

  1. Microbundle cache

.rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/

  1. Optional REPL history

.node_repl_history

  1. Output of 'npm pack'
  • .tgz
  1. Yarn Integrity file

.yarn-integrity

  1. dotenv environment variable files

.env .env.development.local .env.test.local .env.production.local .env.local

  1. parcel-bundler cache (https://parceljs.org/)

.cache .parcel-cache

  1. Next.js build output

.next out

  1. Nuxt.js build / generate output

.nuxt dist

  1. Gatsby files

.cache/

  1. Comment in the public line in if your project uses Gatsby and not Next.js
  2. public
  1. vuepress build output

.vuepress/dist

  1. vuepress v2.x temp and cache directory

.temp .cache

  1. Serverless directories

.serverless/

  1. FuseBox cache

.fusebox/

  1. DynamoDB Local files

.dynamodb/

  1. TernJS port file

.tern-port

  1. Stores VSCode versions used for testing VSCode extensions

.vscode-test

  1. yarn v2

.yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.*

gitignore_file_for_node.js.txt · Last modified: 2024/04/28 03:26 (external edit)