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