Browse Source

update gitignore and attrs

Nick Sweeting 1 year ago
parent
commit
5b369246fd
2 changed files with 5 additions and 0 deletions
  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