diff --git a/Commit-Gitignore.ps1 b/Commit-Gitignore.ps1 new file mode 100644 index 00000000..c93a75b4 --- /dev/null +++ b/Commit-Gitignore.ps1 @@ -0,0 +1 @@ +git commit -m 'chore(git): Latest .gitignore from gitignore.io' -- .gitignore diff --git a/Update-Gitignore.ps1 b/Update-Gitignore.ps1 index b6e2e718..dc505b95 100644 --- a/Update-Gitignore.ps1 +++ b/Update-Gitignore.ps1 @@ -12,4 +12,3 @@ Function gig { } gig windows,rider,csharp,macos -git commit -m 'chore(git): Latest .gitignore from gitignore.io' -- .gitignore