TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

ignore package-lock.json instead of package.lock.json #45

Closed roelandxyz closed 7 years ago

roelandxyz commented 7 years ago

The .gitignore file contains package.lock.json

Shouldn't this be package-lock.json?

MarkPieszak commented 7 years ago

This might of been updated at some point but you're right! If you have time could take a quick PR to fix it 👍