Skip to content

Commit

Permalink
pom.xml: exclude .nvmrc from RAT
Browse files Browse the repository at this point in the history
  • Loading branch information
wajda committed Sep 18, 2024
1 parent 54d765f commit ff6e8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<exclude>assembly.xml</exclude>
<exclude>**/src/assets/images/**</exclude>
<exclude>**/projects/**/assets/**</exclude>
<exclude>**/projects/**/assets/**</exclude>
<exclude>**/.nvmrc</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit ff6e8bc

Please sign in to comment.