Skip to content

Commit 94e5b9b

Browse files
committed
Release ZomboidMod v2.0.0
Resolves: #1
2 parents 4242d97 + 725df8c commit 94e5b9b

Some content is hidden

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

47 files changed

+997
-305
lines changed

.gitignore

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# User data
22
local.properties
33

4+
# Temporary
5+
.gitignored
6+
47
# Libraries
58
/lib/
69

10+
# Zmod resources
11+
/media/*
12+
!/media/zmod/
13+
714
### IntelliJ ###
815

916
# Project file-based format
@@ -33,3 +40,45 @@ logs/
3340
# Ignore Gradle build output directory
3441
build/
3542

43+
# Exclude gradle-wrapper.jar from rules
44+
!/gradle/wrapper/gradle-wrapper.jar
45+
46+
### Windows ###
47+
# Windows thumbnail cache files
48+
Thumbs.db
49+
Thumbs.db:encryptable
50+
ehthumbs.db
51+
ehthumbs_vista.db
52+
53+
# Dump file
54+
*.stackdump
55+
56+
# Folder config file
57+
[Dd]esktop.ini
58+
59+
# Recycle Bin used on file shares
60+
$RECYCLE.BIN/
61+
62+
# Windows Installer files
63+
*.cab
64+
*.msi
65+
*.msix
66+
*.msm
67+
*.msp
68+
69+
# Windows shortcuts
70+
*.lnk
71+
72+
# Shared objects (inc. Windows DLLs)
73+
*.dll
74+
*.so
75+
*.so.*
76+
*.dylib
77+
78+
# Executables
79+
*.exe
80+
*.out
81+
*.app
82+
*.i*86
83+
*.x86_64
84+
*.hex

.idea/runConfigurations/Debug_Zomboid.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Run_Zomboid.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/annotateZomboidLua.xml

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

.idea/runConfigurations/compileZomboidLua.xml

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

.idea/runConfigurations/decompileZomboid.xml

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/distribution.xml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/initializeMod.xml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/processResources.xml

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

.idea/runConfigurations/zomboidSourcesJar.xml renamed to .idea/runConfigurations/runZomboidDoc.xml

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)