Hacker News new | ask | show | jobs
by simula67 3911 days ago
Been using https://www.gitignore.io/ with a lot of success
1 comments

There is a cool oh-my-zsh plugin for this:

https://github.com/robbyrussell/oh-my-zsh/blob/master/plugin...

https://www.gitignore.io/docs

gitignore already has this and no need for a plugin.

$ echo "function gi() { curl -L -s https://www.gitignore.io/api/\$@ ;}" >> ~/.zshrc && source ~/.zshrc