소스 검색

update gitignore

master
Michael Pandu 2 년 전
부모
커밋
c14d4b43c3
2개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -0
      .gitignore
  2. +2
    -2
      package-lock.json

+ 3
- 0
.gitignore 파일 보기

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

# Logs
logs
*.log


+ 2
- 2
package-lock.json 파일 보기

@@ -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",


불러오는 중...
취소
저장