1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 21:42:08 +02:00
tldr/pages/common/git-ignore.md
2020-04-11 09:03:11 +08:00

12 lines
261 B
Markdown

# git ignore
> Generate .gitignore files from predefined templates.
> More information: <https://docs.gitignore.io/install/command-line>.
- List available templates:
`git ignore list`
- Generate a .gitignore template:
`git ignore {{item_a,item_b,item_n}}`