chore: add auto-generated _docs folder to gitignore file
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-03-03 21:16:02 +01:00
parent 8fc39951b6
commit f4a4c8fe31
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -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