generate-gitignore
generate-gitignore copied to clipboard
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.
Steps to reproduce 1. Install generate and generate-gitignore packages from CLI using given command. (Done.) 2. Enter in the directory and open PowerShell window at the current location. (done) 3....
Just added a template for AspNetCore gitignore files & added task to generators/gitignore.js
Hi! Can you add macOs as a option? https://www.toptal.com/developers/gitignore/api/macos or remove the noisy .ds_store files as default :-)
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...