mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:42:07 +02:00

* git-archive: add italian translation * git-bundle: add italian translation * git-cat-file: add italian translation * git-describe: add italian translation * git-ignore: add italian translation * git-instaweb: add italian translation * git-lfs: add italian translation * git-log: add italian translation * git-ls-remote: add italian translation * git-ls-tree: add italian translation
12 lines
281 B
Markdown
12 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}}`
|