Browse Source

Add docker ignore path

pull/1088/head
Hironsan 3 years ago
parent
commit
dfabe7c212
1 changed files with 6 additions and 0 deletions
  1. 6
      .dockerignore

6
.dockerignore

@ -1,5 +1,6 @@
* *
!app/ !app/
!frontend/
!tests/ !tests/
!tools/ !tools/
!.coveragerc !.coveragerc
@ -18,3 +19,8 @@ app/**/staticfiles/
app/**/venv/ app/**/venv/
app/**/__pycache__/ app/**/__pycache__/
tests/**/__pycache__/ tests/**/__pycache__/
frontend/.nuxt/
frontend/coverage/
frontend/dist/
frontend/node_modules/
Loading…
Cancel
Save