BuildKite to ignore all markdown files (#517)

This commit is contained in:
Huy Nguyen
2017-08-17 10:02:11 -07:00
committed by Garrett Moon
parent 5e13ebac8b
commit cae9517ebe
+3 -2
View File
@@ -1,5 +1,6 @@
[
"^plans/",
"^docs/",
"^CI/exclude-from-build.json$"
]
"^CI/exclude-from-build.json$",
"^**/*.md$"
]