From 8860bb01be8db20b69a1a945c6f7ba29710bba5b Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Fri, 10 Jun 2022 13:50:14 +0200 Subject: [PATCH] At this time, ignore all yaml/yml files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e6c096f..91482e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ dist/* .cache/* chart/* -docker-compose.yaml +*.yaml +*.yml ./katenary *.env docker-compose*