Skip to content

Commit

Permalink
Leave alone whole .mvn directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Feb 10, 2024
1 parent 0674a89 commit 1973c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
<include>**/*.css</include>
</includes>
<excludes>
<exclude>.mvn/wrapper/**</exclude>
<exclude>.mvn/**</exclude>
<exclude>**/target/**</exclude>
<exclude>**/conf/**</exclude>
<exclude>**/.*</exclude>
Expand Down

0 comments on commit 1973c89

Please sign in to comment.