Files
cve-dashboard/.gitignore
jramos 1520cc994b chore: remove AI tooling config from repo tracking
Untrack .claude/ directory and update .gitignore to keep AI-specific
config files out of the repository before handoff.
2026-03-26 11:26:52 -06:00

50 lines
622 B
Plaintext

# Node modules
node_modules/
package-lock.json
# Database
backend/cve_database.db
backend/*.db
# Logs
*.log
backend/backend.log
frontend/frontend.log
# Uploads (contain sensitive files)
uploads/
# Environment files
.env
*.env
# Build files
frontend/build/
frontend/.eslintcache
# IDE
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# Process IDs
*.pid
backend.pid
frontend.pid
# Temporary files
backend/uploads/temp/
feature_request*.md
# AI tooling config
.claude/
ai_notes.md
ai_status.md
backend/add_vendor_to_documents.js
backend/fix_multivendor_constraint.js
backend/server.js-backup
backend/setup.js-backup