Skip to content

Commit

Permalink
#2490: exclude from headers to support generating custom themes easier
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-may committed Jul 9, 2024
1 parent 90fa7cd commit 0548340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboard-prime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@
<exclude>dist/**</exclude>
<exclude>node_modules/**</exclude>
<exclude>.eslintrc.cjs</exclude>
<exclude>theme-overrides.scss</exclude>
<exclude>**/theme-overrides.scss</exclude>
<exclude>**/theme.css</exclude>
</excludes>
</configuration>
<executions>
Expand Down

0 comments on commit 0548340

Please sign in to comment.