65 lines
856 B
Plaintext
65 lines
856 B
Plaintext
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
# Files removed at build time
|
|
|
|
# Global exclude
|
|
.editorconfig
|
|
.envrc
|
|
.git
|
|
.git-blame-ignore-revs
|
|
.gitattributes
|
|
.github
|
|
.gitignore
|
|
.gitmodules
|
|
.idea
|
|
.jshint
|
|
.jshintrc
|
|
.l10nignore
|
|
.mailmap
|
|
.nextcloudignore
|
|
.noopenapi
|
|
.npmignore
|
|
.php-cs-fixer*
|
|
.pre-commit-config.yaml
|
|
.tag
|
|
.tx
|
|
CHANGELOG.md
|
|
CODE_OF_CONDUCT.md
|
|
COPYING-README
|
|
DESIGN.md
|
|
Makefile
|
|
README.md
|
|
SECURITY.md
|
|
codecov.yml
|
|
cs-fixer
|
|
csfixer
|
|
custom.d.ts
|
|
cypress
|
|
cypress.config.ts
|
|
eslint.config.js
|
|
flake.lock
|
|
flake.nix
|
|
openapi-extractor
|
|
phpunit
|
|
psalm
|
|
psalm*.xml
|
|
rector
|
|
stylelint.config.js
|
|
tests
|
|
tsconfig.json
|
|
vite.config.ts
|
|
vitest.config.ts
|
|
window.d.ts
|
|
|
|
# Server specific
|
|
/.devcontainer
|
|
/__mocks__
|
|
/__tests__
|
|
/autotest*.sh
|
|
/build
|
|
/config/config.php
|
|
/contribute
|
|
/data
|
|
/openapi.json
|
|
/vendor-bin
|