未验证 提交 d2eabdc3 编写于 作者: T Thomas M. DuBuisson 提交者: GitHub

Add a muse configuration file (#5557)

* Add a muse configuration file

A muse configuration and file is necessary to educate the MuseDev CI
system on how to build Skywalking.

* Exclude .muse/* files from license check
上级 84d49c44
jdk11 = true
setup = ".muse/setup.sh"
#!/usr/bin/env bash
git submodule update --init --recursive
......@@ -451,6 +451,7 @@
<exclude>**/.git/**</exclude>
<!-- CI files -->
<exclude>**/.muse/**</exclude>
<exclude>**/.travis.yml</exclude>
<!-- GitHub files -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册