Browse Source

Remove unused dockerignore

pull/1686/head
Hironsan 2 years ago
parent
commit
a5b31d4645
2 changed files with 6 additions and 8 deletions
  1. 8
      .dockerignore
  2. 6
      frontend/.dockerignore

8
.dockerignore

@ -2,12 +2,17 @@
!backend/
!frontend/
!docker/nginx/
!tests/
!tools/
!Dockerfile
!Pipfile.lock
!Pipfile
junitxml
.idea
.mypy_cache
.pytest_cache
.vscode
backend/*.sqlite3*
backend/junitxml
backend/media
@ -16,7 +21,6 @@ backend/stored_uploads
backend/staticfiles
backend/venv
backend/**/__pycache__/
tests/**/__pycache__/
frontend/.nuxt/
frontend/coverage/

6
frontend/.dockerignore

@ -1,6 +0,0 @@
**/bundle/
**/node_modules/
**/webpack-stats.json
**/.env
**/coverage/
Loading…
Cancel
Save