This is an automated email from the ASF dual-hosted git repository. danwatford pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ofbiz-tools.git
The following commit(s) were added to refs/heads/master by this push: new b6daefe Added: RAT exclusions for buildSrc output and npm package.json files (OFBIZ-12789) b6daefe is described below commit b6daefe2b774a1b4e6222fd434f45230fd4464ea Author: Daniel Watford <dan...@watfordconsulting.com> AuthorDate: Fri Apr 28 10:34:46 2023 +0100 Added: RAT exclusions for buildSrc output and npm package.json files (OFBIZ-12789) --- rat-excludes.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/rat-excludes.txt b/rat-excludes.txt index 9606404..86be8d1 100644 --- a/rat-excludes.txt +++ b/rat-excludes.txt @@ -19,6 +19,13 @@ #This excludes OFBiz files for Apache RAT tool run by ASF Buildbot, # http://creadur.apache.org/rat/ +# Note: This file does not contain a list of regular expressions. Instead +# this file is used as an excludesFile element of the Ant +# fileset (https://ant.apache.org/manual/Types/fileset.html) passed to the +# RAT report task. +# See the PatternSet documentation for more information on this file's format: +# https://ant.apache.org/manual/Types/patternset.html + # Files having a separate license should be ignored. # Also there are several files which can't or shouldn't @@ -42,12 +49,17 @@ VERSION **/*.md **/*.adoc **/robots.txt +buildSrc/build/** **/docbook/** **/applications/content/dtd/** **/ping.txt **/.project **/plugins/ecommerce/webapp/ecommerce/js/** +**/plugins/example/README-react +**/plugins/example/vite-react-app/*.json +**/plugins/example/**/*.svg +**/plugins/projectmgr/webapp/projectmgr/*.json **/plugins/rest-api/webapp/docs/** **/plugins/solr/home/zoo.cfg **/plugins/solr/home/solrdefault/**