Przeglądaj źródła

Updated .gitignore to ignore .jar files

GJ 13 lat temu
rodzic
commit
eb0bf07d2c
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

@@ -33,4 +33,7 @@
 .idea/
 .idea/
 
 
 # Project Stuff
 # Project Stuff
-/src/main/resources/mcMMO
+/src/main/resources/mcMMO
+
+# Other Libraries
+*.jar