Add .venv* to .gitignore (#8566)

Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>
This commit is contained in:
Jonathan de Jong
2020-10-16 17:03:38 +01:00
committed by GitHub
parent 3ee17585cd
commit c8e9dc4cf4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ _trial_temp*/
/.python-version
/*.signing.key
/env/
/.venv*/
/homeserver*.yaml
/logs
/media_store/
+1
View File
@@ -0,0 +1 @@
Add virtualenv-generated folders to `.gitignore`.