- start.sh: Add options 8 (Seed LITE - skip cities) and 9 (Run All Tests) - seeder: Add seed:lite, seed:fast scripts and --skip-locations flag - seeder: Remove superadmin creation (now via backend migration) - backend: Update 010_seed_super_admin.sql with hardcoded hash (Admin@2025! + pepper) - backend: Expand jwt_service_test.go with 5 new tests (+10% coverage) - frontend: Fix api.test.ts URL duplication bug, add error handling tests - seeder: Add SQL data files to .gitignore
29 lines
366 B
Text
29 lines
366 B
Text
# Node.js
|
|
node_modules/
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Git
|
|
.git/
|
|
|
|
# SQL Data Files (large - download from GeoDB Cities github)
|
|
# https://github.com/dr5hn/countries-states-cities-database
|
|
sql/cities.sql.gz
|
|
sql/world.sql.gz
|
|
sql/states.sql
|
|
sql/countries.sql
|
|
sql/subregions.sql
|
|
sql/regions.sql
|