diff options
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/
|
