Explorar el Código

Update Node.gitignore (*.tgz)

Add `*.tgz`, the output of `npm pack`, or other build-steps.
pull/2113/head
Mike Ralphson hace 7 años
padre
commit
841cf58592
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      Node.gitignore

+ 3
- 0
Node.gitignore Ver fichero

@@ -39,3 +39,6 @@ jspm_packages

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

Cargando…
Cancelar
Guardar