Created
March 25, 2024 01:57
-
-
Save svallory/a805a5101c568501999e24618849b638 to your computer and use it in GitHub Desktop.
Node .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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