.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/
|
genrst/
|
||||||
/autoapi/
|
/autoapi/
|
||||||
/shared-bindings/**/*.rst
|
/shared-bindings/*/**/*.rst
|
||||||
|
|
||||||
# ctags and similar
|
# ctags and similar
|
||||||
###################
|
###################
|
||||||
@ -80,3 +80,8 @@ TAGS
|
|||||||
*.mo
|
*.mo
|
||||||
|
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
# Python Virtual Environments
|
||||||
|
####################
|
||||||
|
.venv
|
||||||
|
.env
|
||||||
|
Loading…
Reference in New Issue
Block a user