1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages.fr/common/git-ignore.md
2020-11-10 08:17:06 -03:00

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