Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
vprzybylo
commited on
Commit
·
b673a1d
1
Parent(s):
a35d6c2
add sqlite to gitignore
Browse files- .gitignore +2 -1
.gitignore
CHANGED
@@ -7,4 +7,5 @@ data/processed/
|
|
7 |
# Ignore other PDFs and binary files except grid_code.pdf
|
8 |
*.pdf
|
9 |
!data/raw/grid_code.pdf
|
10 |
-
*.docx
|
|
|
|
7 |
# Ignore other PDFs and binary files except grid_code.pdf
|
8 |
*.pdf
|
9 |
!data/raw/grid_code.pdf
|
10 |
+
*.docx
|
11 |
+
.sqlite
|