Added a .dockerignore

Figured this would be useful while testing out 03572ae355
This commit is contained in:
Simon Willison 2017-11-17 06:18:23 -08:00
commit 1a6cfcc10f
2 changed files with 15 additions and 0 deletions

13
.dockerignore Normal file
View 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
View file

@ -1,6 +1,8 @@
build-metadata.json
datasets.json
scratchpad
# SQLite databases
*.db
*.sqlite