Przeglądaj źródła

Remove "dangerous" OS X specific .gitignore rule

The .gitignore rule "Icon?" will also match directories such as
"icons/", at least on a case-insensitive file-system (this happened to
me on OS X 10.7). I only noticed this several days later because a
developer was complaining about missing icons in his repository. I don't
really know what type of files this rule is supposed to match, but I
guess the described behavior is not expected.
pull/183/head
Lucas Jenß 13 lat temu
rodzic
commit
85de979a03
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      Global/OSX.gitignore

+ 0
- 1
Global/OSX.gitignore Wyświetl plik

@@ -1,5 +1,4 @@
.DS_Store
Icon?

# Thumbnails
._*

Ładowanie…
Anuluj
Zapisz