Files
shot-crafter-calculator/src
darroyo 7b89066ef3
CI / Build Native (push) Failing after 3m18s
CI / Build & Push Native Image (push) Has been skipped
fix(ci): gitignore was excluding src/frontend/src/data/defaults.ts
The .gitignore had 'data/' which matches any 'data' directory at
any depth. That excluded src/frontend/src/data/ from git, so the
file defaults.ts (with DEFAULT_INSUMOS, DEFAULT_FORMULAS, etc.)
was never committed. CI was failing with TS2307 because the file
was in the local working tree but not in the git checkout.

Tighten the rule to '/data/' so only the root runtime H2 database
folder is ignored, not the source data directory.
2026-08-12 17:57:23 -04:00
..