From 9847fdef0ea207a629e171047a74c82a1893632f Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Thu, 17 Aug 2017 13:20:02 +0100 Subject: [PATCH] BuildKite to ignore all markdown files --- 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 abc6f913a..999e736a5 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$" +]