Skip to content

Instantly share code, notes, and snippets.

@svallory
Created March 25, 2024 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svallory/a805a5101c568501999e24618849b638 to your computer and use it in GitHub Desktop.
Save svallory/a805a5101c568501999e24618849b638 to your computer and use it in GitHub Desktop.
Node .gitignore
.DS_Store
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# 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
*.lcov
# node-waf configuration
.lock-wscript
# Cache
.eslintcache
.idea
.npm
.vscode
.eslintcache
.stylelintcache
# TypeScript cache
*.tsbuildinfo
# NPM
.npm
node_modules
# Node REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# moon
.moon/cache
.moon/dts
.moon/docker
# Apps
.output/
.svelte-kit/
.vercel/
# yarn
**/.yarn
.pnp.*
.yarn-integrity
yarn-error.log
# Project
dist/
sandbox/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment