Explorar el Código

Updated .gitignore to ignore .jar files

GJ hace 13 años
padre
commit
eb0bf07d2c
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

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