소스 검색

Merge pull request #63 from nilwurtz/main

chore: add `!package-lock.json` and `!tsconfig.json` to `.gitignore`
Steve Sewell 2 년 전
부모
커밋
652d93862c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -9,6 +9,8 @@ storage
 .DS_Store
 
 !package.json
+!package-lock.json
+!tsconfig.json
 
 # any output from the crawler
 *.json