platform-codebase/features/analytics/backend-api/.gitignore

23 lines
449 B
Text
Executable file

# Dependencies
node_modules/
# Build output
dist/
# Coverage
coverage/
# Local environment
.env.local
.env.*.local
# GeoIP databases - tracked via git-lfs (see .gitattributes)
# These are NOT ignored - git-lfs handles the large binary files
# Keep data directory structure
!data/.gitkeep
!data/vpn-lists/.gitkeep
!data/README.md
# VPN/IP detection lists ARE tracked (small files, ~1MB total)
# Update via cron or manually - see data/README.md