gitignore: exclude runtime client data dropped into source tree
When the launcher is run from its bin/ dir during local dev, CWD becomes
the source tree and the orchestrator stages the client release into
src/Metin2Launcher/{pack,bgm,mark,config,.updates,...}. None of that
should ever land in git.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -4,3 +4,17 @@ obj/
|
||||
*.suo
|
||||
.vs/
|
||||
publish/
|
||||
|
||||
# Runtime client data accidentally left when launcher is run from its bin dir
|
||||
# (CWD becomes the source tree). These should never be committed.
|
||||
src/Metin2Launcher/.updates/
|
||||
src/Metin2Launcher/bgm/
|
||||
src/Metin2Launcher/config/
|
||||
src/Metin2Launcher/mark/
|
||||
src/Metin2Launcher/pack/
|
||||
src/Metin2Launcher/log/
|
||||
src/Metin2Launcher/Metin2.exe
|
||||
src/Metin2Launcher/*.dll
|
||||
src/Metin2Launcher/*.pyd
|
||||
src/Metin2Launcher/python314*
|
||||
src/Metin2Launcher/runtime-key.json
|
||||
|
||||
Reference in New Issue
Block a user