Files
Password-Manager/.gitignore
T
r-zakarya 982b7c082c 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>
2026-07-11 18:35:28 +01:00

69 lines
1.4 KiB
Plaintext

vault-error.log
# Vault database — contains user secrets (encrypted but still secret).
# Auto-created on first run by the Delphi/PHP backend via InitDatabase().
# Never track this file. Use vault.db.example for schema reference if needed.
vault.db
vault.db-journal
vault.db-wal
vault.db-shm
# Delphi build artifacts
*.dcu
*.dcp
*.dpu
*.local
*.identcache
*.dsk
*.~dsk
*.~*
*.~bpl
*.~dll
*.~exe
*.exe
*.dll
*.bpl
*.so
*.dylib
__history/
__recovery/
Win32/
Win64/
OSX64/
Android/
iOSDevice64/
# Debug logs (created at runtime next to the exe)
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
delphi-backend/PMServer.rar
# Quick-unlock DPAPI blob — device-bound, MUST NOT be committed.
delphi-backend/quickunlock.bin
# Vault backup copies users keep next to the exe while testing.
delphi-backend/vault*.db
delphi-backend/vault - Copie*.db
# Screenshots / scratch images dropped in the repo root during dev.
*.png
*.jpg
*.jpeg
# Delphi build artifacts
delphi-backend/*.vrc
delphi-backend/*.$manifest