mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
git-ignore: add German translation
This commit is contained in:
parent
5b2fdd82fb
commit
50b3af8c5b
1 changed files with 12 additions and 0 deletions
12
pages.de/common/git-ignore.md
Normal file
12
pages.de/common/git-ignore.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# git ignore
|
||||
|
||||
> Erstelle .gitignore Dateien aus vorgefertigten Vorlagen.
|
||||
> Mehr Informationen: <https://docs.gitignore.io/install/command-line>.
|
||||
|
||||
- Liste all verfügbaren Vorlagen auf:
|
||||
|
||||
`git ignore list`
|
||||
|
||||
- Erstelle eine .gitignore Vorlage:
|
||||
|
||||
`git ignore {{eintrag_a,eintrag_b,eintrag_n}}`
|
Loading…
Add table
Reference in a new issue