From aadd7bbbd88c64eac12f6a856e7c9daa59df95ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20F=C3=BCrstenberg?= Date: Sat, 2 Mar 2024 17:37:16 +0100 Subject: [PATCH] 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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c4cc9d81b9..0c9eaffa43 100644 --- a/.gitignore +++ b/.gitignore @@ -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