mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:42:07 +02:00
12 lines
291 B
Markdown
12 lines
291 B
Markdown
# git ignore
|
|
|
|
> Génerer le fichier .gitignore depuis des templates prédéfinis.
|
|
> Plus d'informations: <https://docs.gitignore.io/install/command-line>.
|
|
|
|
- Lister les templates disponnibles :
|
|
|
|
`git ignore list`
|
|
|
|
- Genénerer un template .gitignore :
|
|
|
|
`git ignore {{item_a,item_b,item_n}}`
|