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 65d7843822ca0cf6bef4d5c8f6b6799ef1b81b58 Author: Guillaume Nodet <[email protected]> AuthorDate: Tue Mar 24 08:11:36 2026 +0100 Add .superset/ to .gitignore Co-Authored-By: Claude Opus 4.6 <[email protected]> --- .gitignore | 1 + .superset/config.json | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 7193719404e3..7c08a6793bec 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ mvnd.zip* .mvn/.develocity/develocity-workspace-id backlog .claude +.superset/ diff --git a/.superset/config.json b/.superset/config.json deleted file mode 100644 index d411f86a050b..000000000000 --- a/.superset/config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "setup": [ - "git submodule update --init --recursive" - ], - "teardown": [], - "run": [] -} \ No newline at end of file
