# git ignore-io

> Erstelle `.gitignore` Dateien aus vorgefertigten Vorlagen.
> Weitere Informationen: <https://github.com/tj/git-extras/blob/master/Commands.md#git-ignore-io>.

- Liste alle verfügbaren Vorlagen auf:

`git ignore-io list`

- Erstelle eine `.gitignore` Vorlage:

`git ignore-io {{eintrag_a,eintrag_b,eintrag_n}}`