Add project.lock.json to .gitignore
This commit is contained in:
parent
9ee946073a
commit
1d92960ccd
|
|
@ -9,6 +9,7 @@ artifacts/
|
||||||
PublishProfiles/
|
PublishProfiles/
|
||||||
.vs/
|
.vs/
|
||||||
debugSettings.json
|
debugSettings.json
|
||||||
|
project.lock.json
|
||||||
*.user
|
*.user
|
||||||
*.suo
|
*.suo
|
||||||
*.cache
|
*.cache
|
||||||
|
|
@ -26,4 +27,4 @@ nuget.exe
|
||||||
*.ncrunchsolution
|
*.ncrunchsolution
|
||||||
*.*sdf
|
*.*sdf
|
||||||
*.ipch
|
*.ipch
|
||||||
*.sln.ide
|
*.sln.ide
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue