Files
cim_summary/.gitignore
Jonathan Pressnell 8d513fe7ed security: exclude .env.bak files from git and deployment
- Add .env.bak* patterns to .gitignore
- Explicitly exclude .env.bak* files from Firebase deployment
- Prevents accidental exposure of backup files containing secrets
2025-11-12 16:50:46 -05:00

121 lines
1.4 KiB
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
dist/
build/
*.tsbuildinfo
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.bak
.env.bak*
*.env.bak
*.env.bak*
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
# nyc test coverage
.nyc_output
# Dependency directories
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# 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/)
.cache
.parcel-cache
# Next.js build output
.next
# Nuxt.js build / generate output
.nuxt
# Gatsby files
.cache/
public
# Storybook build outputs
.out
.storybook-out
# Temporary folders
tmp/
temp/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS generated files
Thumbs.db
# Database
*.db
*.sqlite
# Uploads
uploads/
# Exception: Test PDF file for development (must come before *.pdf)
!/Creed CIM.pdf
*.pdf
*.doc
*.docx
# Test results
test_results.txt
frontend_test_results.txt
# Kiro specific
.kiro/cache/