Explorar el Código

.gitignore bin and */src/*/java/META-INF

Rob Winch hace 13 años
padre
commit
7714c5cd02
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -2,6 +2,8 @@ target/
 .classpath
 .project
 .settings/
+*/src/*/java/META-INF
+bin/
 build/
 out/
 intellij/