mirror of https://github.com/CrimsonTome/tldr.git
13 lines
330 B
Markdown
13 lines
330 B
Markdown
|
# 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}}`
|