This is an automated email from the ASF dual-hosted git repository. zhangliang2022 pushed a commit to branch release-v0.11 in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit f684d9bafe3b69158eead1121dcead336895bc8e Author: zhangliang <[email protected]> AuthorDate: Wed Jun 8 09:48:16 2022 +0800 fix: add .rat-excludes file --- .rat-excludes | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/.rat-excludes b/.rat-excludes new file mode 100644 index 00000000..069ca43d --- /dev/null +++ b/.rat-excludes @@ -0,0 +1,44 @@ +.github/* +.gitignore +.gitattributes +.gitrepo +.eslintrc +.eslintignore +.rat-excludes +.stylelintignore +.stylelintrc +.*log +.*conf +.travis.yml +dist +vendor +.idea +.*sql +.*png +.*svg +.*csv +.*md5 +.*zip +.*lock +.*sh +.*babelrc +.*editorconfig +.*empty +.*tpl +logs +.gitmodules +scripts/* +go.mod +go.sum +.*json +.*md +.*yaml +.*yml +.*scss +rat-results.txt +.*helmignore +.*NOTES.txt +.*dockerignore +.*Dockerfile +.*env.example +.git
