Andrushika opened a new pull request, #71475:
URL: https://github.com/apache/airflow/pull/71475

   ## Why
   
   On macOS git sets `core.ignorecase=true`, so the `logs/` rule also matches 
`airflow core/src/airflow/ui/src/pages/TaskInstance/Logs/`. Files already 
tracked there still work, so nothing looks broken until you add a new file to 
that directory. Then `git add` prints an ignore hint and exits 1.
   
   ## What
   
   Add an exception for that one directory, in the same style as 
`!/task-sdk-integration-tests/logs/` from #58231. I checked that `logs/` at the 
repo root and `airflow-core/logs/` are still ignored after the change.
   
   related: #58231
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code (Opus 5)
   
   Generated-by: Claude Code (Opus 5) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to