Explorar el Código

added node modules and package lock to gitignore

master
Haku hace 4 años
padre
commit
4ad9819769
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      .gitignore

+ 3
- 1
.gitignore Ver fichero

@@ -1,3 +1,5 @@
.idea/
build/icons/
build/scripts/
build/scripts/
node_modules/
package-lock.json

Cargando…
Cancelar
Guardar