Commit Graph

11 Commits

Author SHA1 Message Date
silentip404
ffeecdd874
Merge 01e75ac83d into c677dd99d4 2026-04-08 16:02:00 +00:00
Devin Dooley
a78658650d
Revert change to Icon rule 2026-04-07 20:02:07 -07:00
WiSP
6a7b122e75
Update macOS.gitignore
Added .localized file to the gitignore.
2026-04-03 21:59:36 -05:00
silentip404
01e75ac83d Improve macOS Icon pattern to prevent collaboration issues
Replace invisible CR with character class Icon[^!-~]

The literal CR character is frequently corrupted by:
- Text editors auto-trimming invisible chars
- Formatting tools (editorconfig) normalizing line endings
- Copy/paste operations losing special characters
- IDE auto-formatting and linting tools

Character class pattern is collaboration-safe and functionally identical.
2025-11-10 22:16:16 +08:00
Yishuai Li
37def63bc8
macOS: ignore __MACOSX/ 2025-08-12 05:57:20 +00:00
Mark Jaquith
7b35656e75 Use a character class to ignore Icon\r directories
This prevents the rule from ending in whitespace, which will get
stripped by tools like Ripgrep, causing any directory named "Icon" to be
invisible.
2025-02-28 19:56:44 -05:00
Danila Piatov
2bb963b16a .DS_Store is a file name, not an extension 2017-07-06 20:10:05 +02:00
Robert Simmons
9322d165f3
Fix capitalization and spacing of comments 2017-05-31 12:16:02 -04:00
Spencer Mathews
c02a4743f9 Add two CR characters to ignore Icon? 2017-03-28 14:42:51 -07:00
Spencer Mathews
d0d432aa8d Change macOS to UNIX line endings 2017-03-28 14:32:40 -07:00
Jonathan
899509f2f2 Rename OSX.gitignore to macOS.gitignore
Apple renames OS X to macOS. Announced @ WWDC 2016
2016-08-30 19:12:57 +02:00