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:
@@ -40,6 +40,12 @@ pm-debug.log
|
|||||||
# Asset build log (regenerated by BuildAssets.cmd/ps1)
|
# Asset build log (regenerated by BuildAssets.cmd/ps1)
|
||||||
delphi-backend/assets/build.log
|
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.
|
# Local-only debug / packaging artefacts next to the exe.
|
||||||
delphi-backend/build.log
|
delphi-backend/build.log
|
||||||
delphi-backend/config.txt
|
delphi-backend/config.txt
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
// Auto-generated by BuildAssets.ps1 - do not edit by hand.
|
|
||||||
const
|
|
||||||
EMBEDDED_ASSET_COUNT = 12;
|
|
||||||
EMBEDDED_ASSETS: array[0..EMBEDDED_ASSET_COUNT-1] of TEmbeddedAsset = (
|
|
||||||
(UrlPath: '/index.html'; ResName: 'INDEX_HTML'),
|
|
||||||
(UrlPath: '/js/argon2.js'; ResName: 'JS_ARGON2_JS'),
|
|
||||||
(UrlPath: '/js/app.crypto.js'; ResName: 'JS_APP_CRYPTO_JS'),
|
|
||||||
(UrlPath: '/js/app.totp.js'; ResName: 'JS_APP_TOTP_JS'),
|
|
||||||
(UrlPath: '/js/app.favicon.js'; ResName: 'JS_APP_FAVICON_JS'),
|
|
||||||
(UrlPath: '/js/app.import.js'; ResName: 'JS_APP_IMPORT_JS'),
|
|
||||||
(UrlPath: '/js/app.backup.js'; ResName: 'JS_APP_BACKUP_JS'),
|
|
||||||
(UrlPath: '/js/app.health.js'; ResName: 'JS_APP_HEALTH_JS'),
|
|
||||||
(UrlPath: '/js/app.overlays.js'; ResName: 'JS_APP_OVERLAYS_JS'),
|
|
||||||
(UrlPath: '/js/app.js'; ResName: 'JS_APP_JS'),
|
|
||||||
(UrlPath: '/js/app.sync.js'; ResName: 'JS_APP_SYNC_JS'),
|
|
||||||
(UrlPath: '/css/style.css'; ResName: 'CSS_STYLE_CSS')
|
|
||||||
);
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
// Auto-generated by BuildAssets.ps1 - do not edit by hand.
|
|
||||||
#pragma code_page(65001)
|
|
||||||
|
|
||||||
INDEX_HTML RCDATA "Z:\\password-manager\\index.html"
|
|
||||||
JS_ARGON2_JS RCDATA "Z:\\password-manager\\js\\argon2.js"
|
|
||||||
JS_APP_CRYPTO_JS RCDATA "Z:\\password-manager\\js\\app.crypto.js"
|
|
||||||
JS_APP_TOTP_JS RCDATA "Z:\\password-manager\\js\\app.totp.js"
|
|
||||||
JS_APP_FAVICON_JS RCDATA "Z:\\password-manager\\js\\app.favicon.js"
|
|
||||||
JS_APP_IMPORT_JS RCDATA "Z:\\password-manager\\js\\app.import.js"
|
|
||||||
JS_APP_BACKUP_JS RCDATA "Z:\\password-manager\\js\\app.backup.js"
|
|
||||||
JS_APP_HEALTH_JS RCDATA "Z:\\password-manager\\js\\app.health.js"
|
|
||||||
JS_APP_OVERLAYS_JS RCDATA "Z:\\password-manager\\js\\app.overlays.js"
|
|
||||||
JS_APP_JS RCDATA "Z:\\password-manager\\js\\app.js"
|
|
||||||
JS_APP_SYNC_JS RCDATA "Z:\\password-manager\\js\\app.sync.js"
|
|
||||||
CSS_STYLE_CSS RCDATA "Z:\\password-manager\\css\\style.css"
|
|
||||||
Binary file not shown.
Reference in New Issue
Block a user