> For the complete documentation index, see [llms.txt](https://note.onurbolatoglu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://note.onurbolatoglu.com/git-and-github/gitignore.md).

# Gitignore

gitignore dosyası, git reposundan hariç tutulacak dosyaların listesinin bulunduğu repo ana dizinde  bulunan bir ayar dosyasıdır. Ana dizinde oluşturduğumuz .gitignore dosyasını git okuyup, belirten kriterleri es geçecektir. Her bir satır bir kural tanımlar. (# ile başlayan satırlar yorum satırlardır)

![](/files/F640kJP3iuX8OI0CeEeO)

* [x] Repomuza tüm çalışma klasörlerimizi atmak istemediğimizde kullanırız.
* [x] Staged area 'ya aktarmak istemediğimiz dosyaları burada belirtebiliriz.
