Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14ce366

Browse files
authored
Add env* and .venv* to .gitignore (#6679)
In case you want multiple env directories, make it globbed.
1 parent 11cc21c commit 14ce366

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ __pycache__
44
*~
55
@*
66
/build
7-
/env
7+
/env*/
88
docs/build/
99
*.iml
1010
/out/
11-
.venv/
11+
.venv*/
1212
.mypy_cache/
1313
.incremental_checker_cache.json
1414
.cache

0 commit comments

Comments
 (0)