atom-gibo package
Using gibo from Atom.

Usage
Generate .gitignore
- Show gibo palette by
Ctrl-Alt-g g. - Type below commands.
-
generate new .gitignore
Java
or
Java > .gitignore -
append other boilerplates to .gitignore
Jboss >> .gitignore -
generate as anothor name (like .hgignore)
Python >> .hgignore
- Create/Update your .gitignore under project root folder.
Commands
| option | description | default key binding |
|---|---|---|
| gibo [boilerplates] | generate .gitignore file | Ctrl-Alt-g g |
| gibo --help | Display gibo help text | Ctrl-Alt-g h |
| gibo --list | List available boilerplates | Ctrl-Alt-g l |
| gibo --upgrade | Upgrade list of available boilerplates | Ctrl-Alt-g u |
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Write tests
- Make your change
- Run
apm test - Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
See also
https://github.com/simonwhitaker/gibo