mirror of
https://github.com/nextcloud/app_api.git
synced 2026-01-13 20:19:21 +00:00
13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
# Declare files that always have LF line endings on checkout
|
|
* text eol=lf
|
|
|
|
# Denote all files that are truly binary and should not be modified
|
|
js/* binary
|
|
screenshots/* binary
|
|
*.png binary
|
|
*.hif binary
|
|
|
|
# Files to exclude from GitHub Languages statistics
|
|
*.Dockerfile linguist-vendored=true
|
|
l10n/* linguist-vendored=true
|