Skip to content

Commit

Permalink
docker: update dockerignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Feb 7, 2023
1 parent 8217ef5 commit 2fb43fb
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.gitignore
.git/
.github/
Dockerfile
README.md
env.sh
docs/
kafl/
deploy/venv/
# ignore everything
*

# allow deploy
!deploy/

# allow Makefile
!Makefile

# ignore nested venvs
**/venv

0 comments on commit 2fb43fb

Please sign in to comment.