chore: add auto-generated _docs folder to gitignore file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8fc39951b6
commit
f4a4c8fe31
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,9 +1,13 @@
|
|||||||
# ---> Ansible
|
# ---> Ansible
|
||||||
*.retry
|
*.retry
|
||||||
filter/plugins/
|
plugins
|
||||||
library
|
library
|
||||||
|
|
||||||
# ---> Python
|
# ---> Python
|
||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
|
# ---> Docs
|
||||||
|
/_docs
|
||||||
|
Loading…
Reference in New Issue
Block a user