Added Visual Studio files to .gitignore
This commit is contained in:
parent
3e5a93efbf
commit
a2d57cae38
|
@ -23,3 +23,8 @@ build/Release
|
||||||
# Deployed apps should consider commenting this line out:
|
# Deployed apps should consider commenting this line out:
|
||||||
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
# Ignore Visual Studio files
|
||||||
|
|
||||||
|
.sln
|
||||||
|
.njsproj
|
||||||
|
|
Loading…
Reference in New Issue