2024-05-08 20:04:13 +03:00
|
|
|
|
|
|
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
2023-04-26 14:24:51 +03:00
|
|
|
.git
|
|
|
|
.github
|
|
|
|
.gitignore
|
|
|
|
.tx
|
|
|
|
.vscode
|
|
|
|
.php-cs-fixer.*
|
|
|
|
/.codecov.yml
|
|
|
|
/.eslintrc.js
|
|
|
|
/.gitattributes
|
|
|
|
/.gitignore
|
|
|
|
/.l10nignore
|
|
|
|
/.nextcloudignore
|
|
|
|
/.travis.yml
|
|
|
|
/.pre-commit-config.yaml
|
|
|
|
/babel.config.js
|
|
|
|
/build
|
|
|
|
/CODE_OF_CONDUCT.md
|
|
|
|
/composer.*
|
|
|
|
/node_modules
|
|
|
|
/screenshots
|
|
|
|
/src
|
2023-04-26 15:44:16 +03:00
|
|
|
/vendor/bin
|
2023-04-26 14:24:51 +03:00
|
|
|
/jest.config.js
|
|
|
|
/Makefile
|
|
|
|
/makefile
|
|
|
|
/krankerl.toml
|
|
|
|
/package-lock.json
|
|
|
|
/package.json
|
|
|
|
/postcss.config.js
|
|
|
|
/psalm.xml
|
|
|
|
/pyproject.toml
|
|
|
|
/renovate.json
|
|
|
|
/stylelint.config.js
|
|
|
|
/webpack.config.js
|
|
|
|
/webpack.js
|
|
|
|
tests
|