From b448cfd3dc6cefde14edfe1a6304ae5ac9a31aa5 Mon Sep 17 00:00:00 2001 From: Semyon Levin Date: Fri, 1 Nov 2024 18:14:10 -0700 Subject: [PATCH] Template cleanup sync exclusions --- .github/sync-with-template.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/sync-with-template.yml b/.github/sync-with-template.yml index 93a5219..483ce9d 100644 --- a/.github/sync-with-template.yml +++ b/.github/sync-with-template.yml @@ -14,3 +14,6 @@ includes: - '.eslint*' - '.prettier*' - '.yarn*' +excludes: +- '.github/template-cleanup/**' +- '.github/workflows/template-cleanup.*'