diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 85 |
1 files changed, 42 insertions, 43 deletions
diff --git a/.gitignore b/.gitignore index 86f8d9a9d8..9a064e9f62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,43 +1,42 @@ -# Log file
-*.log
-
-# Package Files #
-*.log.gz
-*.war
-*.nar
-*.ear
-*.zip
-*.tar.gz
-*.rar
-
-# java related things
-hs_err_pid*
-*.class
-/bin/
-
-# gradle related things
-/build/
-/.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/
-out/*
-*.iml
-*.ipr
-*.iws
-
+# Log file +*.log + +# Package Files # +*.log.gz +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# java related things +hs_err_pid* +*.class +/bin/ + +# gradle related things +/build/ +/.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/ +out/* +*.ipr +*.iws + |