Skip to content

Update .gitignore #399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 28 additions & 34 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,71 +1,65 @@
# ========================
# Node.js Project .gitignore
# ========================

# Logs
logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
# Diagnostic Reports (Node.js Report API)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
# Runtime Data
pids/
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Instrumented Libraries (jscoverage/JSCover)
lib-cov/

# Coverage directory used by tools like istanbul
coverage
# Test Coverage (Istanbul, nyc)
coverage/
*.lcov
.nyc_output/

# nyc test coverage
.nyc_output

# node-waf configuration
# Build System Files
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Compiled Binary Addons (Node.js Addons)
build/Release/

# Dependency directories
# Dependency Directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
# TypeScript Files & Cache
typings/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
# Cache & Temporary Files
.npm/
.eslintcache

# Optional REPL history
.node_repl_history
.cache/

# Output of 'npm pack'
# Packaged Output
*.tgz

# Yarn Integrity file
# Yarn Specific Files
.yarn-integrity

# dotenv environment variables file
# Environment Variables Files
.env
.env.test

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


# Vitepress configuration files
docs/.vitepress/dist
docs/.vitepress/cache
# Vitepress Cache & Build Files
docs/.vitepress/dist/
docs/.vitepress/cache/

# macOS System Files
.DS_Store