1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 01:22:08 +02:00
tldr/pages.fr/common/git-ignore-io.md

12 lines
324 B
Markdown

# git ignore-io
> Générer le fichier .gitignore depuis des templates prédéfinis.
> Plus d'informations : <https://github.com/tj/git-extras/blob/master/Commands.md#git-ignore-io>.
- Lister les templates disponibles :
`git ignore-io list`
- Générer un template .gitignore :
`git ignore-io {{item_a,item_b,item_n}}`