From f4a4c8fe310c0664bd24ab34617650335e06cb74 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 3 Mar 2022 21:16:02 +0100 Subject: [PATCH] chore: add auto-generated _docs folder to gitignore file --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a576f84..f64e8e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,13 @@ # ---> Ansible *.retry -filter/plugins/ +plugins library # ---> Python +# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class + +# ---> Docs +/_docs