diff --git a/.dockerignore b/.dockerignore index f939117bf..dd4e3be51 100644 --- a/.dockerignore +++ b/.dockerignore @@ -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 \ No newline at end of file