IGNITE-5082 Fixed RAT.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4b2b6843 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4b2b6843 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/4b2b6843 Branch: refs/heads/ignite-5075-cacheStart Commit: 4b2b68434bf4560cb71485b93f366126730d59a7 Parents: 600f2b7 Author: Andrey Novikov <[email protected]> Authored: Fri May 12 17:46:14 2017 +0700 Committer: Andrey Novikov <[email protected]> Committed: Fri May 12 17:46:14 2017 +0700 ---------------------------------------------------------------------- parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/4b2b6843/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 3b57895..12ff70a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -900,7 +900,8 @@ <exclude>**/backend/config/settings.json.sample</exclude> <exclude>**/backend/node_modules/**</exclude> <exclude>**/frontend/build/**</exclude> - <exclude>**/frontend/public/images/icons/**</exclude> + <exclude>**/frontend/public/images/**/*.png</exclude> + <exclude>**/frontend/public/images/**/*.svg</exclude> <exclude>**/frontend/ignite_modules/**</exclude> <exclude>**/frontend/ignite_modules_temp/**</exclude> <exclude>**/frontend/node_modules/**</exclude>
