Skip to content

Commit bac5e7e

Browse files
authored
Merge pull request #37872 from openedx/feanil/update_gitignore
build: Don't clean the `.venv` folder.
2 parents 3dec1ab + 46dc65d commit bac5e7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ requirements/edx/private.in
1111
requirements/edx/private.txt
1212
lms/envs/private.py
1313
cms/envs/private.py
14+
.venv/
1415
# end-noclean
1516

1617
### Python artifacts
@@ -143,7 +144,6 @@ autodeploy.properties
143144
.ws_migrations_complete
144145
dist
145146
*.bak
146-
.venv/
147147
venv*/
148148
# Visual Studio Code
149149
.vscode

0 commit comments

Comments
 (0)