# Tüm metin dosyaları LF satır sonu kullanır
* text=auto eol=lf

# Binary dosyalar — git satır sonu dönüşümü uygulanmamalı
*.docx  binary
*.pdf   binary
*.png   binary
*.jpg   binary
*.jpeg  binary
*.gif   binary
*.xlsx  binary
*.pptx  binary
*.zip   binary
*.epub  binary

# Large binary files tracked with Git LFS
sample/*.docx filter=lfs diff=lfs merge=lfs -text
book_projects/**/*.docx filter=lfs diff=lfs merge=lfs -text
