.gitignore: only ignore autoapi generated .rst files in shared-bindings; ignore common python venv's
This commit is contained in:
parent
034b1bb903
commit
19af89cbee
7
.gitignore
vendored
7
.gitignore
vendored
@ -57,7 +57,7 @@ _build
|
||||
######################
|
||||
genrst/
|
||||
/autoapi/
|
||||
/shared-bindings/**/*.rst
|
||||
/shared-bindings/*/**/*.rst
|
||||
|
||||
# ctags and similar
|
||||
###################
|
||||
@ -80,3 +80,8 @@ TAGS
|
||||
*.mo
|
||||
|
||||
.vscode
|
||||
|
||||
# Python Virtual Environments
|
||||
####################
|
||||
.venv
|
||||
.env
|
||||
|
Loading…
Reference in New Issue
Block a user