1
0
Fork 0
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:
LukBukkit 2020-10-21 19:28:28 +02:00 committed by Starbeamrainbowlabs
parent 5b2fdd82fb
commit 50b3af8c5b

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