Skip to content
Snippets Groups Projects
Commit bf705525 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6544: Fix wrong position of excludes which causes broken builds

parent 21752e01
No related branches found
No related tags found
No related merge requests found
......@@ -94,15 +94,21 @@
<proto>SLASHSTAR_STYLE</proto>
<config>SCRIPT_STYLE</config>
<md>XML_STYLE</md>
<ftlh>FTL</ftlh>
<tpl>SCRIPT_STYLE</tpl>
<ts>SLASHSTAR_STYLE</ts>
</mapping>
<licenseSets>
<licenseSet>
<header>license/eupl_v1_2_de/header.txt</header>
</licenseSet>
<excludes>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
<exclude>**/.angular/cache/**</exclude>
<exclude>**/.nx/**</exclude>
<exclude>**/node_modules/**</exclude>
</excludes>
</licenseSet>
</licenseSets>
</configuration>
<dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment