Unverified Commit 9dfc93e0 authored by liwenhe1993's avatar liwenhe1993 Committed by GitHub
Browse files

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
parent 294ec783
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -798,6 +798,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>