Parcourir la source

Merge pull request #63 from nilwurtz/main

chore: add `!package-lock.json` and `!tsconfig.json` to `.gitignore`
Steve Sewell il y a 1 an
Parent
commit
652d93862c
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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