Skip to content

Commit

Permalink
gitignore: update pattern for ignoring venv directories
Browse files Browse the repository at this point in the history
Let's ignore all directories that end in "*venv/". This also covers the
old name "ocp-venv/", which we don't want to see anymore.

Signed-off-by: Thomas Haller <[email protected]>
  • Loading branch information
thom311 committed Dec 19, 2024
1 parent b0dc316 commit 667d167
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ celerybeat.pid
.env
.venv
env/
venv/
ocp-venv/
tft-venv/
*venv/
ENV/
env.bak/
venv.bak/
Expand Down

0 comments on commit 667d167

Please sign in to comment.