Add project.lock.json to .gitignore

This commit is contained in:
Wei Wang 2015-02-16 13:47:16 -08:00
parent 9ee946073a
commit 1d92960ccd
1 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ artifacts/
PublishProfiles/ PublishProfiles/
.vs/ .vs/
debugSettings.json debugSettings.json
project.lock.json
*.user *.user
*.suo *.suo
*.cache *.cache