Files
tldr/pages.tr/common/git-check-ignore.md
4G3NT 87ec0727fc pages*: add backticks to every io stream (#10442)
* pages*: add backticks to every io stream
2023-07-02 18:42:01 +05:30

25 lines
762 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# git check-ignore
> Git yoksayma / dışlama (".gitignore") dosyalarını analiz et.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-check-ignore>.
- Bir dosya veya dizinin yoksayıldığı veya sayılmadığını kontrol et:
`git check-ignore {{örnek/dosya_veya_dizin}}`
- Birden fazla dosya veya dizinin yoksayıldığı veya sayılmadığını kontrol et:
`git check-ignore {{örnek/dosya}} {{örnek/dizin}}`
- Her bir satıra tekabül edecek şekilde `stdin`'den yolisimleri kullan:
`git check-ignore --stdin < {{örnek/dosya_sırası}}`
- İndeksi kontrol etme:
`git check-ignore --no-index {{örnek/dosya_veya_dizin}}`
- Her yol için eşleşen desene dair detayları dahil et:
`git check-ignore --verbose {{örnek/dosya_veya_dizin}}`