Merge pull request #16793 from azatoth/fix-unignore-of-library

.gitignore: Be more lenient with the unignore of Library
This commit is contained in:
Mike McQuaid 2024-03-04 09:18:51 +00:00 committed by GitHub
commit 4b134db74f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.gitignore vendored
View File

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