mirror of
https://github.com/simonw/datasette.git
synced 2026-06-01 14:47:00 +02:00
Ignore *.db in gitignore
This commit is contained in:
parent
757ce92baf
commit
b52655e856
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -8,6 +8,9 @@ scratchpad
|
|||
uv.lock
|
||||
data.db
|
||||
|
||||
# test databases
|
||||
*.db
|
||||
|
||||
# We don't use Pipfile, so ignore them
|
||||
Pipfile
|
||||
Pipfile.lock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue