mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-11-01 06:55:06 +01:00
27 lines
362 B
Plaintext
27 lines
362 B
Plaintext
* text=auto
|
|
* text eol=lf
|
|
|
|
# Windows forced line-endings
|
|
/.idea/* text eol=crlf
|
|
*.bat text eol=crlf
|
|
*.ps1 text eol=crlf
|
|
|
|
# Gradle wrapper
|
|
*.jar binary
|
|
|
|
# Images
|
|
*.webp binary
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.gz binary
|
|
*.zip binary
|
|
*.7z binary
|
|
*.ttf binary
|
|
*.eot binary
|
|
*.woff binary
|
|
*.pyc binary
|
|
*.swp binary
|
|
*.pdf binary |