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