Adds an integration with the gitignore.io service in the form of a git alias. Includes completions for the fish shell.
Warning! The installation uses git config --global alias.ignore
which will override an alias with the same name. It also removes the alias on uninstallation.
fisher install daleeidd/fish-git-ignore
git ignore node sass > .gitignore
or
git ignore node,sass > .gitignore
Commas are supported to match the gitignore.io API.