1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages.tr/common/git-ignore.md

12 lines
304 B
Markdown

# git ignore
> Önceden belirlenmiş şablonlarla .gitignore dosyaları oluştur.
> Daha fazla bilgi: <https://github.com/tj/git-extras/blob/master/Commands.md#git-ignore>.
- Mevzut şablonları sırala:
`git ignore list`
- Bir .gitignore şablonu oluştur:
`git ignore {{nesne_a,nesne_b,nesne_n}}`