Ver código fonte

update gitignore

master
Michael Pandu 2 anos atrás
pai
commit
c14d4b43c3
2 arquivos alterados com 5 adições e 2 exclusões
  1. +3
    -0
      .gitignore
  2. +2
    -2
      package-lock.json

+ 3
- 0
.gitignore Ver arquivo

@@ -1,3 +1,6 @@
# local build
package-lock.json

# Logs
logs
*.log


+ 2
- 2
package-lock.json Ver arquivo

@@ -1,12 +1,12 @@
{
"name": "emailnotification",
"version": "1.0.0",
"version": "2.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "emailnotification",
"version": "1.0.0",
"version": "2.0.1",
"license": "ISC",
"dependencies": {
"amqplib": "^0.10.3",


Carregando…
Cancelar
Salvar