Commit 0994a6b695f8eafe24f7f2ae828675d41a318d60

Authored by Igor Kulikov
Committed by GitHub
2 parents ef4cf0d1 38dcd946

Merge pull request #3839 from vvlladd28/improvement/license/check/warning

UI: Fixed warning license:check command
Showing 1 changed file with 2 additions and 1 deletions
... ... @@ -729,7 +729,8 @@
729 729 <exclude>docker/haproxy/**</exclude>
730 730 <exclude>docker/tb-node/**</exclude>
731 731 <exclude>ui/**</exclude>
732   - <exclude>src/browserslist</exclude>
  732 + <exclude>src/.browserslistrc</exclude>
  733 + <exclude>**/yarn.lock</exclude>
733 734 <exclude>**/*.raw</exclude>
734 735 <exclude>**/apache/cassandra/io/**</exclude>
735 736 <exclude>.run/**</exclude>
... ...