diff options
author | Glease <4586901+Glease@users.noreply.github.com> | 2021-11-24 22:21:21 +0800 |
---|---|---|
committer | Glease <4586901+Glease@users.noreply.github.com> | 2021-11-24 23:47:45 +0800 |
commit | b0698efc456a3dc92a8b7a059b01433d461866e3 (patch) | |
tree | e0f5025c80e105222d59fda860327e66f80045b1 /.gitignore | |
download | GT5-Unofficial-b0698efc456a3dc92a8b7a059b01433d461866e3.tar.gz GT5-Unofficial-b0698efc456a3dc92a8b7a059b01433d461866e3.tar.bz2 GT5-Unofficial-b0698efc456a3dc92a8b7a059b01433d461866e3.zip |
Initial commit
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..558ad12d27 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +.gradle +.settings +/.idea/ +/run/ +/build/ +/eclipse/ +.classpath +.project +/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 +src/main/resources/mixins.*.json |