Skip to content

Commit 46dc65d

Browse files
committed
build: Don't clean the .venv folder.
Make it so `make clean` doesn't blow away the venv folder. Given that this is managed by the developer, we should be able to manage its lifecycle independently. It was previously just in the list of files that comes by default from github's gitignore so it's not like we previously were of the opinion that we should delete this folder. Just that previously we had no opinion about it and now I think we should not delete it.
1 parent 615f860 commit 46dc65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)