DEV Community

Discussion on: Easy to create .gitignore for the dotnet developers

Collapse
 
kritner profile image
Russ Hammett

Pretty sure there's a visual studio git ignore on that list from github, should get you most of the way there anyway. Cool stuff otherwise, wonder if the cli could even be pulling from github for the file

Collapse
 
rafalpienkowski profile image
Rafal Pienkowski

You're right that there is the VisualStudio gitignore option. I didn't think that someone can name named the gitignore file like IDE's name (not the platform/language) 😉

Collapse
 
kritner profile image
Russ Hammett

Yeah, it's a bit odd to be sure

Thread Thread
 
kandarpgautam profile image
kandarpgautam

It's not odd. but very obvious thing to do. there are different IDEs which creates different files that might not be necessary for the project but for the IDE.