Explorar el Código

chore: add `!package-lock.json` and `!tsconfig.json` to `.gitignore`

nilwurtz hace 2 años
padre
commit
18d299576d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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