potiuk opened a new pull request, #201:
URL: https://github.com/apache/airflow-steward/pull/201

   ## Summary
   
   Adds the standard macOS-generated files to `.gitignore` so they don't surface
   in `git status` for contributors working on macOS:
   
   - `.DS_Store` — Finder metadata
   - `._*` — AppleDouble resource forks
   - `.Spotlight-V100`, `.Trashes` — Spotlight index / Trash on mounted volumes
   - `.AppleDouble`, `.LSOverride` — legacy resource forks / Launch Services 
overrides
   
   No behavioural change — `.gitignore` only.
   
   ## Test plan
   
   - [ ] On macOS, `touch .DS_Store ._foo` in the repo and confirm `git status` 
shows clean.
   - [ ] Confirm no previously-tracked file becomes untracked (these patterns 
aren't currently in the repo).
   
   Generated-by: Claude Code (Opus 4.7)


-- 
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