Backs up the live pack/*.eix/*.epk, rebuilds all three from source via the new PackTool binaries, and verifies every entry through both a single-pack round-trip and a full CEterPackManager registration (the latter catches path-prefix bugs the former can't).
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
# Alles ignorieren...
|
|
/*
|
|
|
|
# ...außer diesen Ordnern (editierbarer UI-Quellcode: root + uiscript + deutsche Locale) und sich selbst
|
|
!/root
|
|
!/uiscript
|
|
!/locale_de
|
|
!/.gitignore
|
|
!/repack.bat
|
|
|
|
# Kompilierte Python-Bytecode-Artefakte trotzdem ausschließen
|
|
*.pyc
|