Ver Fonte

update gitignore and attrs

Nick Sweeting há 1 ano atrás
pai
commit
5b369246fd
2 ficheiros alterados com 5 adições e 0 exclusões
  1. 2 0
      .gitattributes
  2. 3 0
      .gitignore

+ 2 - 0
.gitattributes

@@ -0,0 +1,2 @@
+**/*.lock
+**/*-lock.json

+ 3 - 0
.gitignore

@@ -30,6 +30,9 @@ data/
 data*/
 output/
 index.sqlite3
+*.sqlite*
+data.*
 
 # vim
 *.sw?
+.vscode