This is an automated email from the ASF dual-hosted git repository.

potiuk 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 6e3be16018c [v3-1-test] Add .claude/ to .gitignore (#63603) (#63643)
6e3be16018c is described below

commit 6e3be16018ca1796ebe40dc86f0467705e904d97
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Mar 15 14:41:03 2026 +0100

    [v3-1-test] Add .claude/ to .gitignore (#63603) (#63643)
    
    (cherry picked from commit 30895ff8b065e586bf017234f183932524fee122)
    
    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/
 

Reply via email to