1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-17 12:01:02 +02:00

update gitignore and attrs

This commit is contained in:
Nick Sweeting
2024-06-04 04:14:59 -07:00
parent d11173eaa4
commit 5b369246fd
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