1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 12:28:30 +02:00

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 # Visual Studio cache directory
.vs/ .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 cache directory
.gradle/ .gradle/