From 60fc32cc950c20cfdd774b846a4a7dc5d1e4d0ef Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Thu, 25 Mar 2021 16:21:55 -0700 Subject: [PATCH] chore: let snippet-bot ignore files under test/fixtures (#999) Co-authored-by: Jeffrey Rennie --- .github/snippet-bot.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/snippet-bot.yml diff --git a/.github/snippet-bot.yml b/.github/snippet-bot.yml new file mode 100644 index 000000000..2f98bbb93 --- /dev/null +++ b/.github/snippet-bot.yml @@ -0,0 +1,2 @@ +ignoreFiles: + - tests/fixtures/**