Added a .dockerignore

Figured this would be useful while testing out 03572ae355
pull/117/head
Simon Willison 2017-11-17 06:18:23 -08:00
rodzic 03572ae355
commit 1a6cfcc10f
2 zmienionych plików z 15 dodań i 0 usunięć

13
.dockerignore 100644
Wyświetl plik

@ -0,0 +1,13 @@
.DS_Store
.cache
.eggs
.git
.gitignore
.ipynb_checkpoints
.travis.yml
build
*.spec
*.egg-info
dist
scratchpad
venv

2
.gitignore vendored
Wyświetl plik

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