Ignore .vsconfig when outside of .vs dir

Sometimes .vsconfig is located outside the .vs/ directory and won't be picked up by the ignore pattern above. Confirmed on Unity 6.
This commit is contained in:
Kenneth R. Jones 2025-02-17 14:03:13 -06:00 committed by GitHub
parent 20c397f71f
commit 873b639106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,8 @@
# Visual Studio cache directory
.vs/
# Sometimes .vsconfig is located outside the .vs/ directory and won't be picked up by the ignore pattern above.
.vsconfig
# Gradle cache directory
.gradle/