We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae74dbe + b9c3e47 commit e3f951bCopy full SHA for e3f951b
2 files changed
.nextcloudignore
@@ -0,0 +1,29 @@
1
+# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
2
+# SPDX-License-Identifier: AGPL-3.0-only
3
+# Files removed at build time
4
+
5
+# Global exclude
6
+.editorconfig
7
+.git
8
+.git-blame-ignore-revs
9
+.gitattributes
10
+.github
11
+.gitignore
12
+.gitmodules
13
+.idea
14
+.l10nignore
15
+.nextcloudignore
16
+.noopenapi
17
+.tx
18
+cypress
19
+tests
20
21
+# Server specific
22
+/.devcontainer
23
+/__mocks__
24
+/__tests__
25
+/autotest*.sh
26
+/build
27
+/config/config.php
28
+/contribute
29
+/data
build/files-checker.php
@@ -22,6 +22,7 @@
'.idea',
'.jshintrc',
'.mailmap',
+ '.nextcloudignore',
'.npmignore',
'.php-cs-fixer.dist.php',
'.pre-commit-config.yaml',
0 commit comments