mirror of https://github.com/CrimsonTome/tldr.git
13 lines
281 B
Markdown
13 lines
281 B
Markdown
|
# git ignore
|
||
|
|
||
|
> Genera file .gitignore usando template predefiniti.
|
||
|
> Maggiori informazioni: <https://docs.gitignore.io/install/command-line>.
|
||
|
|
||
|
- Elenca i template disponibili:
|
||
|
|
||
|
`git ignore list`
|
||
|
|
||
|
- Genera un template .gitignore:
|
||
|
|
||
|
`git ignore {{elemento_a,elemento_b,elemento_n}}`
|