Skip to content

Commit

Permalink
[Docker] Update .dockerignore (mlrun#5634)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonmr authored and rokatyy committed May 28, 2024
1 parent d559f61 commit 11b1489
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
.import_linter_cache
.run
venv
venv*
__pycache__
.idea
.DS_Store
.git-blame-ignore-revs
.gitignore
.hypothesis
.ruff_cache
kubeconfig
**/env.yml
**/patch_env.yml
**/mlrun.env
mlrun.egg-info

0 comments on commit 11b1489

Please sign in to comment.