mirror of
https://github.com/nextcloud/tables.git
synced 2025-07-31 21:09:20 +00:00
43 lines
651 B
Plaintext
43 lines
651 B
Plaintext
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
/build/
|
|
/.git
|
|
/.github
|
|
/docs/
|
|
/tests
|
|
/babel.config.js
|
|
/.editorconfig
|
|
/.eslintrc.js
|
|
/.nextcloudignore
|
|
/webpack.*.js
|
|
/.codecov.yml
|
|
/composer.json
|
|
/composer.lock
|
|
/_config.yml
|
|
/.drone.yml
|
|
/.travis.yml
|
|
/.eslintignore
|
|
/.eslintrc.yml
|
|
/.gitignore
|
|
/issue_template.md
|
|
/krankerl.toml
|
|
/Makefile
|
|
/mkdocs.yml
|
|
/run-eslint.sh
|
|
/package.json
|
|
/package-lock.json
|
|
/node_modules/
|
|
/src/
|
|
.gitattributes
|
|
.l10nignore
|
|
.php-cs-fixer.dist.php
|
|
.tx
|
|
phpunit.integration.xml
|
|
phpunit.xml
|
|
psalm.xml
|
|
stylelint.config.js
|
|
webpack.js
|
|
releaseNotes.md
|
|
/.scripts
|
|
/vendor-bin
|