generate / generate-gitignore

Generate a .gitignore file from the command line when Generate's CLI is installed globally, or use as a plugin or sub-generator in your own generator.
https://github.com/generate
MIT License
112 stars 12 forks source link

Add C#/.NET git ignore #8

Open francis04j opened 2 weeks ago

francis04j commented 2 weeks ago

Task: Add C# option

Expected output

`

Build Folders

bin/ obj/

User-specific files

.rsuser .suo .user .userosscache *.sln.docstates

Logs

*.log

Environment variables

.env

Visual Studio Code settings

.vscode/

Rider settings

.idea/

Windows image file caches

Thumbs.db ehthumbs.db

Folder config file

Desktop.ini

Recycle Bin used on file shares

$RECYCLE.BIN/

Project files generated by popular JetBrains IDEs

*.sln.iml

IIS Express settings

.vs/ .vscode/

DotNet specific files

project.lock.json project.fragment.lock.json artifacts/

ASP.NET Scaffolding

ScaffoldingReadMe.txt

Azure Web Apps log directory

azuredeploy.json

`

francis04j commented 2 weeks ago

I dont mind doing this. Just putting this here in case anyone has an objection or i missed something