1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12:00

update gitignore and attrs

This commit is contained in:
Nick Sweeting 2024-06-04 04:14:59 -07:00
parent d11173eaa4
commit 5b369246fd
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

2
.gitattributes vendored Normal file
View file

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

3
.gitignore vendored
View file

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