From 71c0f152de95498d582cbde5fba4b4387b5f536b Mon Sep 17 00:00:00 2001 From: Karel Simon Date: Fri, 3 May 2024 17:22:22 +0200 Subject: [PATCH] fix: folders in gitignore Fix rules to ignore folder manifests and .idea only in the root of the project Signed-off-by: Karel Simon --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b1750bae5..2443cc065 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ **/dist/ -.idea/ +./.idea/ ah -manifests -test/test.test +/manifests/ +/test/test.test