From cc4a88489d887b30e08d984e04ce1886f401c513 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Thu, 23 Feb 2023 13:35:27 -0600 Subject: [PATCH] chore: Add macos to Update-Gitignore.ps1 --- Update-Gitignore.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update-Gitignore.ps1 b/Update-Gitignore.ps1 index a28239e2..b6e2e718 100644 --- a/Update-Gitignore.ps1 +++ b/Update-Gitignore.ps1 @@ -11,5 +11,5 @@ Function gig { Out-File -FilePath $(Join-Path -path $pwd -ChildPath ".gitignore") -Encoding ascii } -gig windows,rider,csharp +gig windows,rider,csharp,macos git commit -m 'chore(git): Latest .gitignore from gitignore.io' -- .gitignore