Przeglądaj źródła

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.
Mark Jaquith 1 miesiąc temu
rodzic
commit
7b35656e75
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      Global/macOS.gitignore

+ 1 - 3
Global/macOS.gitignore

@@ -2,9 +2,7 @@
 .DS_Store
 .AppleDouble
 .LSOverride
-
-# Icon must end with two \r
-Icon

+Icon[
]
 
 # Thumbnails
 ._*