mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #57455 from nextcloud/feat/nextcloudignore
This commit is contained in:
commit
e3f951b804
2 changed files with 30 additions and 0 deletions
29
.nextcloudignore
Normal file
29
.nextcloudignore
Normal file
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue