Browse Source

Updated .gitignore to ignore .jar files

GJ 13 years ago
parent
commit
eb0bf07d2c
1 changed files with 4 additions and 1 deletions
  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