mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added some things to .gitignore
This commit is contained in:
parent
9f8d9fe262
commit
ad789eaaea
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -3,6 +3,12 @@ datasets.json
|
|||
|
||||
scratchpad
|
||||
|
||||
.vscode
|
||||
|
||||
# We don't use Pipfile, so ignore them
|
||||
Pipfile
|
||||
Pipfile.lock
|
||||
|
||||
# SQLite databases
|
||||
*.db
|
||||
*.sqlite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue