소스 검색

.gitignore - ignore package-lock.json file

Ignore lock file of newer node versions
Dariusz Rumiński 6 년 전
부모
커밋
aee62ff0af
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -8,6 +8,7 @@ out/
 log/*.log
 tmp/**
 node_modules/
+package-lock.json
 .sass-cache
 css/reveal.min.css
-js/reveal.min.js
+js/reveal.min.js