mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 16:42:10 +02:00
12 lines
316 B
Markdown
12 lines
316 B
Markdown
# git ignore-io
|
|
|
|
> Genera file .gitignore usando template predefiniti.
|
|
> Maggiori informazioni: <https://github.com/tj/git-extras/blob/master/Commands.md#git-ignore-io>.
|
|
|
|
- Elenca i template disponibili:
|
|
|
|
`git ignore-io list`
|
|
|
|
- Genera un template `.gitignore`:
|
|
|
|
`git ignore-io {{elemento_a,elemento_b,elemento_n}}`
|