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

12 lines
292 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}}`