提交 a65a30e1 编写于 作者: L liwenhe1993 提交者: gaojun2048

Exclude .mvn/jvm.config and .mvn/wrapper/maven-wrapper.properties (#2387)

* Remove .helmignore file

* Exclude .mvn/jvm.config and .mvn/wrapper/maven-wrapper.properties

When running rat, exclude .mvn/jvm.config and .mvn/wrapper/maven-wrapper.properties
上级 0294b289
......@@ -792,6 +792,8 @@
<exclude>**/docs/**</exclude>
<exclude>**/*.babelrc</exclude>
<exclude>**/*.eslintrc</exclude>
<exclude>**/.mvn/jvm.config</exclude>
<exclude>**/.mvn/wrapper/maven-wrapper.properties</exclude>
</excludes>
<consoleOutput>true</consoleOutput>
</configuration>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册