mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
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.
This commit is contained in:
parent
e6b8c0e0df
commit
7b35656e75
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@
|
|||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
Icon[
]
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue