Skip to content

Commit 957afc2

Browse files
committed
tModLoader v0.11.7.2 patches and changes, also cleanup
1 parent 540c30d commit 957afc2

File tree

363 files changed

+20622
-35615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

363 files changed

+20622
-35615
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
/src
2-
/logs
2+
/setup/logs
33
**/bin/
44
**/obj/
5+
**/packages/
6+
.vs
57
*.user
68
*.suo
79
*.cache
810
*.force
911
installer2/*.class
1012
installer2/*.jar
13+
solutions/ReleaseExtras/JourneysEndCompatibilityContent/Images
14+
solutions/ReleaseExtras/LinuxFiles
15+
solutions/ReleaseExtras/LinuxMacSharedFiles
16+
solutions/ReleaseExtras/MacFiles
17+
solutions/ReleaseExtras/WindowsFiles
1118
solutions/documentation/html
1219
solutions/documentation/*.tmp
1320
solutions/**/*.zip
@@ -16,6 +23,7 @@ solutions/**/*.tar.gz
1623
**/.vs/
1724
**/.idea/
1825
/test/Terraria.xml
26+
/test/tModLoader.xml
1927
/test/Test Local/Players
2028
/test/Test Local/Worlds
2129
/test/Test Local/Logs

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "setup/PatchReviewer"]
2+
path = setup/PatchReviewer
3+
url = https://github.com/Chicken-Bones/PatchReviewer

.travis.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)