getignore is a command-line utility to fetch .gitignore files from Github's Gitignore repository.
Start your new projects right, by including a .gitignore file from the very beginning!
Run getignore search:
- Run
getignore get <gitignore-filename>(eg.getignore get Node.gitignore). getignorewill find the file with the matching name and append its contents to your.gitignorefile
Use Homebrew:
- Add the
getignoretap to your Homebrew installation:
brew tap haroldadmin/getignore- Install
getignore:
brew install getignoreYou can find pre-compiled binaries for popular platforms on the Releases page.
- Install the Go programming language
- Run
go get github.com/haroldadmin/getignore
There are open issues for making getignore available as pre-compiled binaries and also with various package managers automatically on every release.
getignore is a very small side-project, and I would continue to maintain it in my free time. If you would like to lend a hand by adding new features or fix bugs, feel free to open issues or pull requests.
See License.