Skip to content

Commit

Permalink
Add .dockerignore for use with Tilt env
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor committed Apr 24, 2024
1 parent ea79d63 commit 7ca0ace
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Exclude the dockerfile itself
Dockerfile

# Exclude Python caches
**/__pycache__
*.egg-info

# Exclude anything that isn't required for the build
.dockerignore
.github
.gitignore
.stestr.conf
charts
test-requirements.txt
tilt-component.yaml
tools
tox.ini

0 comments on commit 7ca0ace

Please sign in to comment.