tldr/pages.fr/common/git-ignore.md

13 lines
295 B
Markdown
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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