Files
nextcloud-app-api/.gitattributes
Andy Scherzinger c5f3d6a764 docs(reuse): Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-12-18 08:40:54 +01:00

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