This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 1b6268d1dee977d0dc7ded4686c9686b51ac6e8d 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
