mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-09 14:45:26 +02:00
12 lines
288 B
Markdown
12 lines
288 B
Markdown
# git ignore
|
|
|
|
> Génère des fichiers .gitignore à partir de gabarits prédéfinis.
|
|
> Plus d'informations: <https://docs.gitignore.io/install/command-line>.
|
|
|
|
- Liste les gabarits disponibles :
|
|
|
|
`git ignore list`
|
|
|
|
- Génère un gabarit .gitignore :
|
|
|
|
`git ignore {{item_a,item_b,item_n}}`
|