Add .venv* to .gitignore (#8566)

Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>
pull/8571/head
Jonathan de Jong 2020-10-16 18:03:38 +02:00 committed by GitHub
parent 3ee17585cd
commit c8e9dc4cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -21,6 +21,7 @@ _trial_temp*/
/.python-version
/*.signing.key
/env/
/.venv*/
/homeserver*.yaml
/logs
/media_store/

1
changelog.d/8566.misc Normal file
View File

@ -0,0 +1 @@
Add virtualenv-generated folders to `.gitignore`.