mirror of
https://github.com/github/gitignore.git
synced 2026-09-01 04:37:09 +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:
parent
20c397f71f
commit
873b639106
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user