Add .hero/ to gitignore in all Hero repos #250
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_skills#250
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
labgenerates machine-specific build artifacts under.hero/in every Hero repo:.hero/build_map.json— contains absoluterepo_rootpath (machine-specific, breaks on other machines).hero/build_report.json— build output report.hero/build_report.md— human-readable build report.hero/build_logs/— build logsThese files are not read by anything downstream (confirmed by searching the codebase). Committing them causes:
repo_root)Fix
Add
.hero/to.gitignorein every Hero repo, or add it once to the global gitignore template used when initialising repos.hero_slidesalready does this correctly with.heroin its.gitignore.Why not global gitignore
Per-user
~/.gitignore_globalonly covers individual machines. The per-repo.gitignoreis the right place so it is enforced for all contributors.Action
For each repo under
lhumina_code/that useslabto build: add.hero/to.gitignore.