1
0
Fork 0
mirror of synced 2024-07-01 12:30:24 +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*/ data*/
output/ output/
index.sqlite3 index.sqlite3
*.sqlite*
data.*
# vim # vim
*.sw? *.sw?
.vscode