Commit Graph
1 Commits
Author SHA1 Message Date
javier d83e15b8fc chore: stop tracking build/ (compile artifacts) + add .gitignore
build/ is generated by CMake and must not be in the repo; it bloated .git to
571MB and made pushes fail (gitea/nginx resets the connection on large uploads).
Untrack the 397 build/ files (kept on disk, just removed from the index) and add
a .gitignore covering build/ and build_*/ so they stay out going forward.
Repo is now source-code only and pushes are small.
2026-09-05 14:39:15 +02:00