git ignore: add page (#3978)

This commit is contained in:
Starbeamrainbowlabs 2020-04-11 02:03:11 +01:00 committed by GitHub
parent b4acff7b67
commit 42e6ae8e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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}}`