From f567f95637e0fc6d68cb8def0b6da40499b0c9b4 Mon Sep 17 00:00:00 2001 From: kekzdealer Date: Thu, 7 May 2020 14:07:18 +0200 Subject: more gitignore cleaning --- .gitignore | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 85fb3f4549..1c2ddc9783 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,7 @@ -# Compiled class file -*.class - # Log file *.log # Package Files # -#*.jar *.log.gz *.war *.nar @@ -14,19 +10,26 @@ *.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/ -/logs/ + +# gradle related things /build/ +/.gradle +/.gradle/* +.gradle + +# minecraft related things +options.txt +usernamecache.json +/logs/ /crash-reports/ /saves/ /config/ -/.gradle -/.gradle/* -.gradle +# other stuff eclipse/ eclipse/* out/ -- cgit