Add macOS system files to .gitignore
- Add .DS_Store pattern to ignore macOS folder metadata - Add ._* pattern to ignore AppleDouble files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
397d4e9d5b
commit
a7aeabb168
|
|
@ -1 +1,5 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
# macOS system files
|
||||||
|
.DS_Store
|
||||||
|
._*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue