Skip to content

Commit

Permalink
BuildKite to ignore all markdown files (TextureGroup#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuy authored and bernieperez committed Apr 25, 2018
1 parent f395199 commit 36a1013
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CI/exclude-from-build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[
"^plans/",
"^docs/",
"^CI/exclude-from-build.json$"
]
"^CI/exclude-from-build.json$",
"^**/*.md$"
]

0 comments on commit 36a1013

Please sign in to comment.