Skip to content

Commit

Permalink
Update manifest exclusions and git ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalIdentity committed Jul 12, 2022
1 parent 1aeee67 commit e7c3c7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ src/Export/ggpk/Metadata/
src/Export/ggpk/Data/
src/Export/ggpk/*.exe
src/Export/ggpk/*.dll

# Timeless Jewels
src/Data/TimelessJewelData/*.bin
2 changes: 1 addition & 1 deletion manifest.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude-directories =
[program]
path = src
exclude-files = HeadlessWrapper.lua,LaunchInstall.lua,Settings.xml
exclude-directories = src/Export,src/TreeData
exclude-directories = src/Export,src/TreeData,src/Builds,src/Data/TimelessJewelData/BrutalRestraint.bin,src/Data/TimelessJewelData/ElegantHubris.bin,src/Data/TimelessJewelData/GloriousVanity.bin,src/Data/TimelessJewelData/LethalPride.bin,src/Data/TimelessJewelData/MilitantFaith.bin

[tree]
path = src
Expand Down

0 comments on commit e7c3c7d

Please sign in to comment.