diff options
author | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-12-19 15:05:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-19 15:05:00 +0100 |
commit | c88ea3b647fa3b816876fd93d328c9c4d7790dce (patch) | |
tree | 88b9b2a4112240bc54537add592819b42d7bbf74 /.gitignore | |
parent | b4f5e02a69cd72d7d4ef75d101b6d14746297972 (diff) | |
download | GT5-Unofficial-c88ea3b647fa3b816876fd93d328c9c4d7790dce.tar.gz GT5-Unofficial-c88ea3b647fa3b816876fd93d328c9c4d7790dce.tar.bz2 GT5-Unofficial-c88ea3b647fa3b816876fd93d328c9c4d7790dce.zip |
Draft for unified build script (#10)
* Draft for unified build script
* Update gradle, build script and streamline dependencies
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 58 |
1 files changed, 24 insertions, 34 deletions
diff --git a/.gitignore b/.gitignore index 18ebc78006..558ad12d27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,38 +1,28 @@ -.git/ -.gradle/ -.settings/ -build/ -bin/ -eclipse/ +.gradle +.settings +/.idea/ +/run/ +/build/ +/eclipse/ .classpath .project -libs/ -libs2/ -out/ - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - +/bin/ +/config/ +/crash-reports/ +/logs/ +options.txt +/saves/ +usernamecache.json +banned-ips.json +banned-players.json +eula.txt +ops.json +server.properties +servers.dat +usercache.json +whitelist.json +/out/ +*.iml *.ipr *.iws -*.iml - -# Package Files # -*.war -*.ear -*.zip -*.tar.gz -*.rar - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* -*.bat +src/main/resources/mixins.*.json |