Skip to content

Commit

Permalink
KEYCLOAK-9436 Filter out git-Logo.svg to fix zip for Windows
Browse files Browse the repository at this point in the history
Should be safe to filter, upstream PR redhat-rcue/rcue#89 will remove
eventually, and tests use lowercase version of this file.
  • Loading branch information
ASzc committed Feb 10, 2020
1 parent 62c9e15 commit 4361354
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
<exclude>**/Gruntfile.js</exclude>
<exclude>**/Gemfile*</exclude>
<exclude>**/.*</exclude>
<!-- Remove once rcue stops shipping this file -->
<exclude>**/git-Logo.svg</exclude>
<!-- Remove once account2 manual filter list is removed -->
<exclude>**/keycloak-preview/account/resources/node_modules/**</exclude>
</excludes>
Expand Down

0 comments on commit 4361354

Please sign in to comment.