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/ !backend/
!frontend/ !frontend/
!docker/nginx/ !docker/nginx/
!tests/
!tools/ !tools/
!Dockerfile !Dockerfile
!Pipfile.lock !Pipfile.lock
!Pipfile !Pipfile
junitxml
.idea
.mypy_cache
.pytest_cache
.vscode
backend/*.sqlite3* backend/*.sqlite3*
backend/junitxml backend/junitxml
backend/media backend/media
@ -16,7 +21,6 @@ backend/stored_uploads
backend/staticfiles backend/staticfiles
backend/venv backend/venv
backend/**/__pycache__/ backend/**/__pycache__/
tests/**/__pycache__/
frontend/.nuxt/ frontend/.nuxt/
frontend/coverage/ frontend/coverage/

6
frontend/.dockerignore

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