git ignore: add page (#3978)
This commit is contained in:

committed by
GitHub

parent
b4acff7b67
commit
42e6ae8e46
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}}`
|
Reference in New Issue
Block a user