Add .venv/ to gitignore foro codespaces (#465)

This commit is contained in:
Abhilash Raj
2021-05-21 16:01:35 -07:00
committed by GitHub
parent 3dd4718770
commit 1186d36462

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@
*.sass-cache/ *.sass-cache/
/web/mailman-web/settings_local.py /web/mailman-web/settings_local.py
pythonenv3.8/* pythonenv3.8/*
.venv/*