Skip to content

Commit a1f8ecf

Browse files
committed
build: exclude docs/superpowers from rat and git
1 parent 8ac45be commit a1f8ecf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ output
2727
docs/comet-*/
2828
docs/build/
2929
docs/temp/
30+
docs/superpowers/

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,6 +1148,7 @@ under the License.
11481148
<exclude>native/proto/src/generated/**</exclude>
11491149
<exclude>benchmarks/tpc/queries/**</exclude>
11501150
<exclude>.claude/**</exclude>
1151+
<exclude>docs/superpowers/**</exclude>
11511152
</excludes>
11521153
</configuration>
11531154
</plugin>

0 commit comments

Comments
 (0)