Skip to content

Commit

Permalink
update rat exclude files
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Feb 7, 2024
1 parent b75ca0c commit 74f4bf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@
<exclude>CONFIG.ini</exclude>
<exclude>GROUPS</exclude>
<exclude>OWNERS</exclude>
<exclude>**/hugegraph-test/rocksdb-*</exclude>
<!-- Git & GitHub -->
<exclude>.github/**/*</exclude>
<exclude>.gitignore</exclude>
Expand All @@ -176,6 +175,10 @@
<!-- Maven -->
<exclude>.repository/**</exclude>
<exclude>**/.flattened-pom.xml</exclude>
<!-- Test generated data -->
<exclude>**/rocksdb-*/**</exclude>
<exclude>**/hbase-*/**</exclude>
<exclude>**/apache-cassandra-*/**</exclude>
</excludes>
<consoleOutput>true</consoleOutput>
</configuration>
Expand Down

0 comments on commit 74f4bf0

Please sign in to comment.