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

13 lines
294 B
Markdown
Raw Normal View History

2020-10-21 18:28:28 +01:00
# git ignore
2021-03-25 16:42:04 +00:00
> Erstelle `.gitignore` Dateien aus vorgefertigten Vorlagen.
2020-10-21 18:28:28 +01:00
> Mehr Informationen: <https://docs.gitignore.io/install/command-line>.
2021-03-25 16:42:04 +00:00
- Liste alle verfügbaren Vorlagen auf:
2020-10-21 18:28:28 +01:00
`git ignore list`
- Erstelle eine `.gitignore` Vorlage:
2020-10-21 18:28:28 +01:00
`git ignore {{eintrag_a,eintrag_b,eintrag_n}}`