Browse Source

Add .gitignore for post-compilation files

Lorenzo Dellacà 3 years ago
parent
commit
f3336c9722
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+/.idea
+*.class
+/target
+*.iml