mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-30 14:01:17 +00:00
Add .venv* to .gitignore (#8566)
Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>
This commit is contained in:
@@ -21,6 +21,7 @@ _trial_temp*/
|
||||
/.python-version
|
||||
/*.signing.key
|
||||
/env/
|
||||
/.venv*/
|
||||
/homeserver*.yaml
|
||||
/logs
|
||||
/media_store/
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Add virtualenv-generated folders to `.gitignore`.
|
||||
Reference in New Issue
Block a user