Files
nxxmdata/.gitignore
2025-09-02 23:22:10 +08:00

132 lines
1.4 KiB
Plaintext

# Dependencies
node_modules/
*/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.*.local
# Build outputs
dist/
build/
*/dist/
*/build/
out/
.nuxt/
.next/
.cache/
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
*.sublime-project
*.sublime-workspace
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs/
*.log
*/logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
pids
*.pid
*.seed
*.pid.lock
# Runtime data
lib-cov
coverage/
.nyc_output
.grunt
bower_components
.lock-wscript
# Database
*.sqlite
*.db
*.sql.backup
# Temporary files
tmp/
temp/
.tmp/
# Testing
.jest/
.coverage/
test-results/
junit.xml
# Documentation
.docusaurus/
# Deployment
.vercel
.netlify
# Package manager lock files (optional)
# package-lock.json
# yarn.lock
# Project specific
# Backup files
*.backup
*.bak
*.orig
# Security
secrets/
*.pem
*.key
*.cert
*.crt
# Performance monitoring
.tsbuildinfo
# Optional eslint cache
.eslintcache
# Optional stylelint cache
.stylelintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# parcel-bundler cache (https://parceljs.org/)
.parcel-cache