Files
Swiftgram/CI/exclude-from-build.json
Garrett Moon 5cd7704a4d Don't run tests for the docs directory. (#79)
* Don't run tests for the docs directory.

* Don't need to build for this either.

* Spell it right;
2017-04-27 13:57:57 -07:00

5 lines
61 B
JSON

[
"^plans/",
"^docs/",
"^CI/exclude-from-build.json$"
]