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

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}}`