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

13 lines
291 B
Markdown
Raw Normal View History

2020-10-21 18:28:28 +01:00
# 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:
2020-10-21 18:28:28 +01:00
`git ignore {{eintrag_a,eintrag_b,eintrag_n}}`