mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 16:42:10 +02:00
12 lines
330 B
Markdown
12 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}}`
|