This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-steward.git
The following commit(s) were added to refs/heads/main by this push:
new d3aa941 chore(gitignore): ignore macOS finder/metadata files (#201)
d3aa941 is described below
commit d3aa941b69af6781fdbd540506cf807deb97d85b
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon May 18 01:09:22 2026 +0200
chore(gitignore): ignore macOS finder/metadata files (#201)
Add the common macOS-generated files (.DS_Store, ._*,
.Spotlight-V100, .Trashes, .AppleDouble, .LSOverride) to
.gitignore so they don't get picked up by `git status` on
contributor machines running macOS.
Generated-by: Claude Code (Opus 4.7)
---
.gitignore | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.gitignore b/.gitignore
index 0215978..77cac32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,14 @@ logs
.claude/worktrees/
.claude/settings.local.json
+# macOS
+.DS_Store
+.AppleDouble
+.LSOverride
+._*
+.Spotlight-V100
+.Trashes
+
# Python
__pycache__/
*.py[cod]