perf: better docker ignore

This commit is contained in:
Alessandro Pezzè 2021-05-14 19:48:59 +02:00
parent d8b867355e
commit 54177a5ea9

View file

@ -1,14 +1,27 @@
.git
.gitignore
.gitmodules
CONTRIBUTORS.txt
LICENSE.rst
README.md
*.pyc
**/*.pyc
*media/*
*static/*
*build/*
*.DS_STORE
**/*.DS_STORE
db.*
venv*
node_modules
Resources
graphql
.vscode
.github
.circleci
docker-compose.yml
.dockerignore
/*.md
/*.js
.env
*pycache*
target