Skip to content

Commit 6486772

Browse files
authored
Fix rat:check with pregenerated files (#921)
1 parent 24c29b7 commit 6486772

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ limitations under the License.
748748
<exclude>**/.run/</exclude>
749749
<exclude>**/.github/</exclude>
750750
<exclude>**/.mvn/</exclude>
751+
<exclude>**/target/</exclude>
752+
<exclude>**/dependency-reduced-pom.xml</exclude>
751753

752754
<!-- Files with undetected headers -->
753755
<exclude>**/vector_tile.proto</exclude>

0 commit comments

Comments
 (0)