Browse Source
feat(build): add .nextcloudignore file to match Krankerl behaviour
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
pull/57455/head
Benjamin Gaussorgues
7 months ago
Failed to extract signature
2 changed files with
30 additions and
0 deletions
-
.nextcloudignore
-
build/files-checker.php
|
|
|
@ -0,0 +1,29 @@ |
|
|
|
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors |
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only |
|
|
|
# Files removed at build time |
|
|
|
|
|
|
|
# Global exclude |
|
|
|
.editorconfig |
|
|
|
.git |
|
|
|
.git-blame-ignore-revs |
|
|
|
.gitattributes |
|
|
|
.github |
|
|
|
.gitignore |
|
|
|
.gitmodules |
|
|
|
.idea |
|
|
|
.l10nignore |
|
|
|
.nextcloudignore |
|
|
|
.noopenapi |
|
|
|
.tx |
|
|
|
cypress |
|
|
|
tests |
|
|
|
|
|
|
|
# Server specific |
|
|
|
/.devcontainer |
|
|
|
/__mocks__ |
|
|
|
/__tests__ |
|
|
|
/autotest*.sh |
|
|
|
/build |
|
|
|
/config/config.php |
|
|
|
/contribute |
|
|
|
/data |
|
|
|
@ -22,6 +22,7 @@ $expectedFiles = [ |
|
|
|
'.idea', |
|
|
|
'.jshintrc', |
|
|
|
'.mailmap', |
|
|
|
'.nextcloudignore', |
|
|
|
'.npmignore', |
|
|
|
'.php-cs-fixer.dist.php', |
|
|
|
'.pre-commit-config.yaml', |
|
|
|
|