Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add .venv* to .gitignore (#8566)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan de Jong <[email protected]>
  • Loading branch information
ShadowJonathan authored Oct 16, 2020
1 parent 3ee1758 commit c8e9dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ _trial_temp*/
/.python-version
/*.signing.key
/env/
/.venv*/
/homeserver*.yaml
/logs
/media_store/
Expand Down
1 change: 1 addition & 0 deletions changelog.d/8566.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add virtualenv-generated folders to `.gitignore`.

0 comments on commit c8e9dc4

Please sign in to comment.