GenIgnore

Go to Project Site

In the course of setting up programming projects, it is often nice to be able to generate a gitignore file that fits your needs. Usually, I’ll use a service like gitignore.io to generate an ignore file. However, I’ve found the breaking out to a separate site breaks my workflow of creating the project on the command line. This highlighted my need and desire to have a command line utility to create gitignore files.

For more information, please see the project’s repository.