62 lines
1.2 KiB
Plaintext
62 lines
1.2 KiB
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.bash_history
|
|
.bashrc
|
|
_logout
|
|
env/*.env
|
|
*.env
|
|
uploads/.env
|
|
.env
|
|
.env.*
|
|
scan-env.sh
|
|
.aptiva-test-user.json
|
|
APTIVA_AI_FEATURES_DOCUMENTATION.md
|
|
|
|
# Conference and business planning documents (sensitive)
|
|
COMPETITIVE_ANALYSIS.md
|
|
PRICING_OPERATIONS_ANALYSIS.md
|
|
INFRASTRUCTURE_SCALING_ANALYSIS.md
|
|
COST_PROJECTION_DATA_NEEDED.md
|
|
ACCURATE_COST_PROJECTIONS.md
|
|
GAETC_PRINT_MATERIALS_FINAL.md
|
|
CONFERENCE_MATERIALS.md
|
|
APTIVA_AI_FEATURES_DOCUMENTATION.md
|
|
SALES_SHEET_FRONT.txt
|
|
SALES_SHEET_BACK.txt
|
|
|
|
# Admin Portal Design Documents
|
|
ORG_ADMIN_PORTAL_DESIGN.md
|
|
ADMIN_PORTAL_DEPLOYMENT.md
|
|
SERVER4_SECURITY_REVIEW.md
|
|
SERVER4_ACTUAL_SECURITY_PATTERNS.md
|
|
|
|
# Security Analysis Documents
|
|
.security-notes-*.md
|
|
|
|
# Incident Response Plan (sensitive - contains architecture details)
|
|
INCIDENT_RESPONSE_PLAN.md
|
|
|
|
# Data Processing Agreement (template - may contain sensitive business terms)
|
|
DATA_PROCESSING_AGREEMENT.md
|
|
|
|
# Migration and SQL files (run manually on database)
|
|
*.sql
|
|
migrations/
|