From ed9b4681ad61b2438be78fae938ceca706176243 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Wed, 3 Apr 2024 16:15:24 +0200 Subject: [PATCH] Unignore some yaml files katenaryLabelsDoc.yaml is a file that is used to generate the documentation, it is not a file that should be ignored. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6bf1379..3cdc952 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ dist/* chart/* *.yaml *.yml +!generator/*.yaml !doc/mkdocs.yaml !.readthedocs.yaml ./katenary