added python env folders to ignore
This commit is contained in:
@@ -12,6 +12,13 @@
|
|||||||
# Built Visual Studio Code Extensions
|
# Built Visual Studio Code Extensions
|
||||||
*.vsix
|
*.vsix
|
||||||
|
|
||||||
|
# Python
|
||||||
|
venv/
|
||||||
|
env/
|
||||||
|
venv/*
|
||||||
|
env/*
|
||||||
|
|
||||||
|
# Project specific
|
||||||
.env
|
.env
|
||||||
*.html
|
*.html
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user