Update .gitignore (#1083)

This ignores the .vs directory at the root. The directory is used by Visual Studio to save user configuration that should not be in source control.
This commit is contained in:
jamiehankins 2022-02-13 18:42:48 -08:00 committed by GitHub
parent b54a41d9f2
commit 70432b3eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -92,6 +92,7 @@ local.properties
*.suo
*.user
*.sdf
/.vs
# Build results