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

kaxilnaik pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-0-test by this push:
     new cc88228070b [v3-0-test] Ignore cursor rules from the git tree (#53658) 
(#53659)
cc88228070b is described below

commit cc88228070b5f9b5dd4c6d91f3af2a129b99b558
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 23 17:08:58 2025 +0530

    [v3-0-test] Ignore cursor rules from the git tree (#53658) (#53659)
    
    (cherry picked from commit 70a29c14ce3a267368aee2075bc90bdf60e2d1e9)
    
    Co-authored-by: Amogh Desai <[email protected]>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 026a52c50a6..abc9b515f72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -128,6 +128,9 @@ ENV/
 .idea/
 *.iml
 
+# Cursor
+.cursor/
+
 # vim
 *.swp
 

Reply via email to