This is an automated email from the ASF dual-hosted git repository. wilfred-s pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/yunikorn-release.git
commit 97d57785a701f65311573a7ba9b32a393228ddcc Author: Wilfred Spiegelenburg <[email protected]> AuthorDate: Fri Jun 26 11:02:38 2026 +1000 cleanup gitignore for the gh-pages branch --- .gitignore | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 1d20caa..3cdb229 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,9 @@ .idea .DS_Store -docs/* -tools/* -release-top-level-artifacts/* -helm-charts/* -helm-charts/** -staging/* -staging/** -perf-tools/* -perf-tools/** +# fixed dirs from other branches +release-top-level-artifacts/ +helm-charts/ +perf-tools/ +# generated dirs from the build processes +build/ +tools/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
