From c461195684da61a52c9d861182ac91788161171d Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Wed, 15 Nov 2023 14:23:37 +0200 Subject: [PATCH] Remove trailing slash from rules-and-profiles entry in gitignore This allows us to create a symlink instead of relying on explicitly cloning the repo. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bbc26f4017..3c0d1b21a6 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,4 @@ docs/.docusaurus /deployment/helm/*.tgz # Ignore examples cloned repo -examples/rules-and-profiles/ +examples/rules-and-profiles