Skip to content

Commit 745a2db

Browse files
authored
Merge pull request #641 from Keboo/vsIgnore
Adding ignore for the .vs directory.
2 parents 86db63d + 7868b02 commit 745a2db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ bld/
1919
[Bb]in/
2020
[Oo]bj/
2121

22+
# Visual Studio 2015/2017 cache/options directory
23+
.vs/
24+
2225
# Roslyn cache directories
2326
*.ide/
2427

@@ -231,4 +234,4 @@ $RECYCLE.BIN/
231234
*.lnk
232235

233236
#React.JS
234-
.module-cache
237+
.module-cache

0 commit comments

Comments
 (0)