Featured comment
★ Karan Goel ☂
@karangoel · Engineer @ Google
Maker here. It's always annoying to copy-paste .gitignore files by first searching for them. It just slows me down.
Hence, joe.
It's hands-down the easiest way to generate .gitignore files right from your command line.
1. Install using pip:
$ pip install joe
2. Save the gitignore file
$ joe java javascript python > .gitignore
Best part is, yo… See more
2sharetweet・
Hunter
Makers
Discussion
M
★ Karan Goel ☂
@karangoel · Engineer @ Google
Maker here. It's always annoying to copy-paste .gitignore files by first searching for them. It just slows me down.
Hence, joe.
It's hands-down the easiest way to generate .gitignore files right from your command line.
1. Install using pip:
$ pip install joe
2. Save the gitignore file
$ joe java javascript python > .gitignore
Best part is, yo… See more
Frank Fumarola
@ffumarola · Product at Pinterest, Formerly Facebook
It looks like this project is using the gitignores from http://www.producthunt.com/posts... if anyone wants to follow / contribute since it is a pretty popular repo.
@karangoel Why didn't you just have your project checkout the gitignore repo so that it would benefit from the fact that it is an actively maintained repo? It seems like copying them directly i… See more