Initial commit: RE tooling and docs for The I of the Dragon localization/HD
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
# Ignore everything at the top level except our own code and docs.
|
||||
# Original game assets, cracks, extracted/extracted-derived binaries and
|
||||
# generated reports are all regenerable (or not ours) and must not be tracked.
|
||||
/*
|
||||
!/tools
|
||||
!/docs
|
||||
!/.gitignore
|
||||
!/README.md
|
||||
|
||||
# Belt-and-suspenders: never track game / crack / media / build artifacts
|
||||
*.res
|
||||
*.iso
|
||||
*.avi
|
||||
*.wav
|
||||
*.mp3
|
||||
*.tga
|
||||
*.dds
|
||||
*.png
|
||||
*.bin
|
||||
*.exe
|
||||
*.dll
|
||||
*.iso
|
||||
/crack/
|
||||
/original/
|
||||
/png/
|
||||
/report/
|
||||
/patch/
|
||||
Reference in New Issue
Block a user