mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added a .dockerignore
Figured this would be useful while testing out 03572ae355
This commit is contained in:
parent
03572ae355
commit
1a6cfcc10f
2 changed files with 15 additions and 0 deletions
13
.dockerignore
Normal file
13
.dockerignore
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
.DS_Store
|
||||||
|
.cache
|
||||||
|
.eggs
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
.ipynb_checkpoints
|
||||||
|
.travis.yml
|
||||||
|
build
|
||||||
|
*.spec
|
||||||
|
*.egg-info
|
||||||
|
dist
|
||||||
|
scratchpad
|
||||||
|
venv
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,6 +1,8 @@
|
||||||
build-metadata.json
|
build-metadata.json
|
||||||
datasets.json
|
datasets.json
|
||||||
|
|
||||||
|
scratchpad
|
||||||
|
|
||||||
# SQLite databases
|
# SQLite databases
|
||||||
*.db
|
*.db
|
||||||
*.sqlite
|
*.sqlite
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue