mirror of
https://github.com/nextcloud/app_api.git
synced 2025-08-16 17:03:09 +00:00
15 lines
440 B
Plaintext
15 lines
440 B
Plaintext
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
# 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
|