mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:46:00 +02:00
git-ignore: add French translation
This commit is contained in:
parent
12d2b5cf98
commit
9157696788
1 changed files with 12 additions and 0 deletions
12
pages.fr/common/git-ignore.md
Normal file
12
pages.fr/common/git-ignore.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue