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