Przeglądaj źródła

Add .gitignore for post-compilation files

Lorenzo Dellacà 3 lat temu
rodzic
commit
f3336c9722
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

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