added Python environment directory to version control exclusion list
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -23,4 +23,7 @@ roles/**
|
|||||||
*.tar
|
*.tar
|
||||||
*.zip
|
*.zip
|
||||||
*.gzip
|
*.gzip
|
||||||
*.tgz
|
*.tgz
|
||||||
|
|
||||||
|
# Python ignore list
|
||||||
|
/.env/
|
||||||
Reference in New Issue
Block a user