Skip to content

Commit

Permalink
Add .vsconfig to gitignore
Browse files Browse the repository at this point in the history
Sounds like it's ignor-able, and only added by VS2022 installer:
github/gitignore#4419
  • Loading branch information
mitchhentges committed Apr 6, 2024
1 parent b5ec6a0 commit ec30282
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -70,3 +70,5 @@ crashlytics-build.properties
# Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*

.vsconfig
6 changes: 6 additions & 0 deletions .vsconfig
@@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}

0 comments on commit ec30282

Please sign in to comment.