mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 21:42:08 +02:00
12 lines
261 B
Markdown
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}}`
|