This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 9bb4c2075cf Add .claude to IntelliJ IDEA excluded directories (#63843)
9bb4c2075cf is described below
commit 9bb4c2075cf564f7bc3594281390dd4ae40a4f5f
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Mar 17 21:29:17 2026 +0100
Add .claude to IntelliJ IDEA excluded directories (#63843)
---
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",