From cae9517ebe48b68f4e2f5bccfe7c03c207596e07 Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Thu, 17 Aug 2017 18:02:11 +0100 Subject: [PATCH] BuildKite to ignore all markdown files (#517) --- CI/exclude-from-build.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CI/exclude-from-build.json b/CI/exclude-from-build.json index abc6f913a6..999e736a52 100644 --- a/CI/exclude-from-build.json +++ b/CI/exclude-from-build.json @@ -1,5 +1,6 @@ [ "^plans/", "^docs/", - "^CI/exclude-from-build.json$" -] \ No newline at end of file + "^CI/exclude-from-build.json$", + "^**/*.md$" +]