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

Add .vs folder to .gitignore #111

Closed MrVitaly closed 5 years ago

MrVitaly commented 5 years ago

.vs folder is the folder created automatically during opening the project in Visual Studio. Visual Studio uses the folder to store opened documents, breakpoints, machine- and user-specific files and other information about state of the solution. So this folder should be added to .gitignore

MarkPieszak commented 5 years ago

Thanks for the PR! I'll merge this in, hopefully it builds the launch/tasks files correctly now. I think 2 years ago I had to have it be part of the Repo so people could correctly auto-launch with F5 from VSCode.

Worst case I'll bring the files back if it's not working. Thanks again!