72 lines
1.1 KiB
Plaintext
72 lines
1.1 KiB
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
|
|
|
|
# Planning docs
|
|
docs/aeo-compliance-ui-plan.md
|
|
docs/aeo-compliance-wireframe.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
|
|
|
|
# Compliance staging — keep folder, ignore contents
|
|
.compliance-staging/*
|
|
!.compliance-staging/.gitkeep
|
|
|
|
# Kiro agents (local only)
|
|
.kiro/agents/
|
|
|
|
# Kiro implementation summary (internal only)
|
|
docs/kiro-implementation-summary.md
|
|
|
|
# Diagnostic scripts (troubleshooting only)
|
|
backend/scripts/drift-check.js
|
|
backend/scripts/bu-reassignment-check.js
|
|
backend/scripts/export-reassigned-findings.js
|
|
|
|
# Investigation exports
|
|
docs/reassigned-findings-*.xlsx
|