diff options
| author | Kiwi <42833050+Kiwi233@users.noreply.github.com> | 2020-05-22 20:23:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-22 20:23:55 +0800 |
| commit | 56689ec7b67c46c882d49da4742770e3397a4e9f (patch) | |
| tree | 879a3372906ec2c5f2a53a4ac46f7dde860a654f /.gitignore | |
| parent | bc19f3ab32c9bccbf936bbeffcc8ddad967ffffd (diff) | |
| parent | 306a0822c27c59cdbd0a61698939a2dfc02068d2 (diff) | |
| download | GT5-Unofficial-56689ec7b67c46c882d49da4742770e3397a4e9f.tar.gz GT5-Unofficial-56689ec7b67c46c882d49da4742770e3397a4e9f.tar.bz2 GT5-Unofficial-56689ec7b67c46c882d49da4742770e3397a4e9f.zip | |
Merge pull request #1 from kekzdealer/master
5/22
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore index df7837cd40..86f8d9a9d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,7 @@ -# Compiled class file
-*.class
-
# Log file
*.log
-# BlueJ files
-*.ctxt
-
-# Mobile Tools for Java (J2ME)
-.mtj.tmp/
-
# Package Files #
-#*.jar
*.log.gz
*.war
*.nar
@@ -20,16 +10,29 @@ *.tar.gz
*.rar
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+# java related things
hs_err_pid*
+*.class
/bin/
+
+# gradle related things
/build/
-/crash-reports/
-/saves/
-/logs/
/.gradle
/.gradle/*
.gradle
+
+# minecraft related things
+options.txt
+usernamecache.json
+/logs/
+/crash-reports/
+/saves/
+/config/
+
+# intellij related things
+.idea/dictionaries/*
+
+# other stuff
eclipse/
eclipse/*
out/
|
