Skip to content

Commit

Permalink
perf: better docker ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed May 14, 2021
1 parent d8b8673 commit 54177a5
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 54177a5

Please sign in to comment.