Exclude generated files from license check

Signed-off-by: Ann Shumilova <ashumilova@codenvy.com>
6.19.x
Ann Shumilova 2017-01-05 15:43:28 +02:00 committed by Anna Shumilova
parent cfc39c2f70
commit 6df81d61ee
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@
<exclude>**/*.eot</exclude>
<exclude>**/*.css</exclude>
<exclude>**/*.woff</exclude>
<exclude>src/app/colors/che-output-colors.constant.ts</exclude>
<exclude>src/app/proxy/proxy-settings.constant.ts</exclude>
</excludes>
</configuration>
</plugin>