chore: stop tracking generated embedded-asset artifacts

assets.res/.rc/.inc are regenerated by BuildAssets before every Delphi build
and linked into the exe — tracking them just churned a binary each session.
Untrack + gitignore (matches the intent already stated in CLAUDE.md). A fresh
clone runs BuildAssets first anyway (documented build step 1).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
r-zakarya
2026-07-11 18:35:28 +01:00
parent a42e4b205d
commit 982b7c082c
4 changed files with 6 additions and 32 deletions
+6
View File
@@ -40,6 +40,12 @@ pm-debug.log
# Asset build log (regenerated by BuildAssets.cmd/ps1)
delphi-backend/assets/build.log
# Embedded-assets output (regenerated by BuildAssets before every Delphi build,
# then linked into the exe — the files themselves are throwaway intermediates).
delphi-backend/assets/assets.res
delphi-backend/assets/assets.rc
delphi-backend/assets/assets.inc
# Local-only debug / packaging artefacts next to the exe.
delphi-backend/build.log
delphi-backend/config.txt