Be more lenient with the unignore of Library in .gitignore

vscode for example has a issue in that it won't unignore Library if the
unignore line ends with a slash.
This commit is contained in:
Carl Fürstenberg 2024-03-02 17:37:16 +01:00
parent 4e65af0391
commit aadd7bbbd8

2
.gitignore vendored
View File

@ -5,7 +5,7 @@
.DS_Store
# Unignore the contents of `Library` as that's where our code lives.
!/Library/
!/Library
# Ignore files within `Library` (again).
/Library/Homebrew/.npmignore