Skip to content
Snippets Groups Projects
Commit 3246037c authored by Michael Langguth's avatar Michael Langguth
Browse files

Add wildcard in .gitignre, so that venv*/ is now ignored.

parent cbe9655d
Branches
Tags
No related merge requests found
Pipeline #47075 failed
...@@ -85,7 +85,7 @@ celerybeat-schedule ...@@ -85,7 +85,7 @@ celerybeat-schedule
# virtualenv # virtualenv
.venv .venv
venv/ venv*/
ENV/ ENV/
virtual_env*/ virtual_env*/
virt_env*/ virt_env*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment