Generate .gitignore files from your terminal (mostly) offline!
gig is a command line tool to help you create useful .gitignore files for your project. It is inspired by gitignore.io and makes use of the large collection of useful .gitignore templates of that web service. This also means that gig supports the four file types that gitignore.io recognizes. Content generated by gig should match what is generated by gitignore.io except for the order of the stacks, which gitignore.io does not seem to guarantee any.
gig is a command line tool to help you create useful .gitignore files for your project. It is inspired by gitignore.io and makes use of the large collection of useful .gitignore templates of that web service. This also means that gig supports the four file types that gitignore.io recognizes. Content generated by gig should match what is generated by gitignore.io except for the order of the stacks, which gitignore.io does not seem to guarantee any.
To install gig, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gig
To see what files were installed by gig, run:
port contents gig
To later upgrade gig, run:
sudo port selfupdate && sudo port upgrade gig
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.