From 75b6f9646012103ad0a7ae62979873601b214076 Mon Sep 17 00:00:00 2001 From: Anu23rb <156705480+Anu23rb@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:19:16 -0600 Subject: [PATCH 1/2] update the filters which should and which shouldnt run update the filters which should and which shouldnt run --- 03-core-features/filters/excluded-file.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/03-core-features/filters/excluded-file.txt b/03-core-features/filters/excluded-file.txt index e69de29b..5a0fce80 100644 --- a/03-core-features/filters/excluded-file.txt +++ b/03-core-features/filters/excluded-file.txt @@ -0,0 +1,5 @@ +" paths: + # include markdown files + - "03-core-features/filters/*.md" + # Exclude txt files + - "!03-core-features/filters/*.txt" From 6467fe69fdba28654cbd5323665b480fa0e4139e Mon Sep 17 00:00:00 2001 From: Anu23rb <156705480+Anu23rb@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:26:02 -0600 Subject: [PATCH 2/2] Update excluded-file.txt added text --- 03-core-features/filters/excluded-file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-core-features/filters/excluded-file.txt b/03-core-features/filters/excluded-file.txt index 5a0fce80..038ad211 100644 --- a/03-core-features/filters/excluded-file.txt +++ b/03-core-features/filters/excluded-file.txt @@ -2,4 +2,4 @@ # include markdown files - "03-core-features/filters/*.md" # Exclude txt files - - "!03-core-features/filters/*.txt" + - "!03-core-features/filters/*.txt