Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Mar 3 21:16:00 2022 +0100

    chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
Robert Kaussow 2022-03-03 20:32:40 +00:00
parent 66ffbafff5
commit ed25646b38

View File

@ -7,13 +7,13 @@ type: docs
Setup python3 and pip3.
* [Default Variables](#default-variables)
* [python3_link_bin](#python3_link_bin)
* [python3_link_bin_path](#python3_link_bin_path)
* [python3_packages](#python3_packages)
* [python3_packages_extra](#python3_packages_extra)
* [python3_packages_remove](#python3_packages_remove)
* [Dependencies](#dependencies)
- [Default Variables](#default-variables)
- [python3_link_bin](#python3_link_bin)
- [python3_link_bin_path](#python3_link_bin_path)
- [python3_packages](#python3_packages)
- [python3_packages_extra](#python3_packages_extra)
- [python3_packages_remove](#python3_packages_remove)
- [Dependencies](#dependencies)
---
@ -57,6 +57,8 @@ Optional list of old Pathon packages that should be removed.
python3_packages_remove: []
```
## Dependencies
None.