This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 8e37c8ea661 [v3-1-test] Add .claude to IntelliJ IDEA excluded
directories (#63843) (#63849)
8e37c8ea661 is described below
commit 8e37c8ea6615bdea6927347638785d4fa4875b8a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 13:38:37 2026 +0000
[v3-1-test] Add .claude to IntelliJ IDEA excluded directories (#63843)
(#63849)
(cherry picked from commit 9bb4c2075cf564f7bc3594281390dd4ae40a4f5f)
Co-authored-by: Jarek Potiuk <[email protected]>
---
dev/ide_setup/setup_idea.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev/ide_setup/setup_idea.py b/dev/ide_setup/setup_idea.py
index c1f5cabb58b..e13959890b1 100755
--- a/dev/ide_setup/setup_idea.py
+++ b/dev/ide_setup/setup_idea.py
@@ -101,6 +101,7 @@ EXCLUDE_PATTERNS: list[str] = [
".ruff-cache",
".hypothesis",
".cache",
+ ".claude",
".tox",
"htmlcov",
# Node / frontend
@@ -132,6 +133,7 @@ EXCLUDE_PATTERNS: list[str] = [
# Derived from root-anchored .gitignore entries (those starting with /).
ROOT_EXCLUDE_FOLDERS: list[str] = [
".build",
+ ".claude",
".kube",
".venv",
".uv-cache",