mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 17:02:09 +02:00

* git-a*: add and update Korean translation * git-b*: add and update Korean translation * git-*: add and update Korean translation * Update git-standup.md --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
12 lines
316 B
Markdown
12 lines
316 B
Markdown
# git ignore-io
|
|
|
|
> 미리 정의된 템플릿에서 .gitignore 파일을 생성.
|
|
> 더 많은 정보: <https://github.com/tj/git-extras/blob/master/Commands.md#git-ignore-io>.
|
|
|
|
- 사용 가능한 템플릿 나열:
|
|
|
|
`git ignore-io list`
|
|
|
|
- .gitignore 템플릿 생성:
|
|
|
|
`git ignore-io {{항목_a,항목_b,항목_n}}`
|