Add .vscode to the .gitignore
This commit is contained in:
parent
4b49f2b482
commit
93016c602a
|
|
@ -26,6 +26,7 @@ nuget.exe
|
||||||
*.sln.ide
|
*.sln.ide
|
||||||
project.lock.json
|
project.lock.json
|
||||||
.vs
|
.vs
|
||||||
|
.vscode
|
||||||
.build/
|
.build/
|
||||||
.testPublish/
|
.testPublish/
|
||||||
global.json
|
global.json
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue