toptal / gitignore.io

Create useful .gitignore files for your project

Home Page:https://www.toptal.com/developers/gitignore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio template broken

dagilleland opened this issue · comments

Issue Template

Visual Studio and Visual Studio Code

Issue

Key parts of the Visual Studio and Visual Studio Code ignore patterns are missing when combining these templates with other OS templates.

Development Environment:

  • Web Browser (Name/Version): Chrome, (but the problem is not the browser!)

Expected Behavior:

.gitignore should include

bin/
obj/
# and others

Actual Behavior:

These key portions are missing!!!!

Reproduction Steps:

https://www.toptal.com/developers/gitignore/api/visualstudio,visualstudiocode,node,windows,macos

Ok. I made a mistake. I missed the visualstudio part when I made it. I assumed (my bad) that visualstudiocode would get the c# bin/ and obj/ folders.