Explorar el Código

Fix gitignore ignoring too much

master
Chris Smith hace 15 años
padre
commit
1420f9918f
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      .gitignore

+ 4
- 4
.gitignore Ver fichero

@@ -1,4 +1,4 @@
1
-db
2
-build
3
-derby.log
4
-dist
1
+/db
2
+/build
3
+/derby.log
4
+/dist

Loading…
Cancelar
Guardar