This is an automated email from the ASF dual-hosted git repository. chengpan pushed a commit to branch branch-0.3 in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
commit 4ff55630ad2e3992af9ab59f878d5155619a6636 Author: Cheng Pan <[email protected]> AuthorDate: Mon Sep 11 15:15:18 2023 +0800 [MINOR] Exclude sbt files from git --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6b756767d..0267a45d7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ *.swp *~ .DS_Store +.bsp .cache .classpath .ensime @@ -24,6 +25,8 @@ .settings /lib/ build/apache-maven* +build/sbt-launch-*.jar +build/sbt-config/repositories-local cache checkpoint conf/*.cmd @@ -45,6 +48,7 @@ lint-r-report.log log/ logs/ out/ +project/** project/boot/ project/build/target/ project/plugins/lib_managed/
