This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch backport-30895ff-v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit cb21e15bdd52f781030dc9d3238e164bcceccc46 Author: Jarek Potiuk <[email protected]> AuthorDate: Sat Mar 14 17:27:38 2026 +0100 [v3-1-test] Add .claude/ to .gitignore (#63603) (cherry picked from commit 30895ff8b065e586bf017234f183932524fee122) Co-authored-by: Jarek Potiuk <[email protected]> Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f255d7e01a0..ff1e9ab403d 100644 --- a/.gitignore +++ b/.gitignore @@ -129,6 +129,9 @@ ENV/ .idea/ *.iml +# Claude Code +.claude/ + # Cursor .cursor/
