Skip to content

Commit

Permalink
update .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
versun authored May 16, 2024
1 parent c676e98 commit 9e836fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ __pycache__/
.pdm-python
.eggs/
.git/
.github/
!.git/HEAD
!.git/refs/heads/*

venv/
.venv/
.venv-old/
.docker-venv/
.vscode/
node_modules/

docs/
Expand All @@ -30,4 +32,5 @@ docker/

data/
output/
deploy/
deploy/
website/

0 comments on commit 9e836fe

Please sign in to comment.