mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 20:06:01 +02:00
git ignore: add page (#3978)
This commit is contained in:
parent
b4acff7b67
commit
42e6ae8e46
1 changed files with 12 additions and 0 deletions
12
pages/common/git-ignore.md
Normal file
12
pages/common/git-ignore.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue