This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch copy-shroud in repository https://gitbox.apache.org/repos/asf/camel.git
commit b44f1ba3e5b4400e7415bc92da719abbb3192a37 Author: Guillaume Nodet <[email protected]> AuthorDate: Tue Mar 24 08:11:47 2026 +0100 Revert "Add .superset/ to .gitignore" This reverts commit 65d7843822ca0cf6bef4d5c8f6b6799ef1b81b58. --- .gitignore | 1 - .superset/config.json | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7c08a6793bec..7193719404e3 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,3 @@ mvnd.zip* .mvn/.develocity/develocity-workspace-id backlog .claude -.superset/ diff --git a/.superset/config.json b/.superset/config.json new file mode 100644 index 000000000000..d411f86a050b --- /dev/null +++ b/.superset/config.json @@ -0,0 +1,7 @@ +{ + "setup": [ + "git submodule update --init --recursive" + ], + "teardown": [], + "run": [] +} \ No newline at end of file
