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:
parent
20c397f71f
commit
873b639106
1 changed files with 2 additions and 0 deletions
|
@ -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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue