Iggy is a tool to generate .gitignore
files from the command line.
Templates can be generated for multiple languages and/or frameworks.
A list of supported languages/frameworks can be found here.
$ go get github.com/while-loop/iggy
iggy [-a] <language/framework>...
Usage of iggy:
-a append ignores to current file
$ iggy go jetbrains macos vim
iggy is licensed under the MIT License. See LICENSE for details.
Anthony Alves