Explorar el Código

Add .gitignore for post-compilation files

Lorenzo Dellacà hace 3 años
padre
commit
f3336c9722
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

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