mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Adjust .gitignore to accept a file with 'build' in the name. Signed-off-by: Camila Ayres <hello@camilasan.com>
9 lines
289 B
Plaintext
9 lines
289 B
Plaintext
// SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
//
|
|
// The common name of the signing certificate to use for code signing.
|
|
// It must be present in your keychain and a development certificate.
|
|
//
|
|
CODE_SIGN_IDENTITY=
|