mirror of
https://github.com/nextcloud/tables.git
synced 2026-01-14 03:17:18 +00:00
60 lines
970 B
Plaintext
60 lines
970 B
Plaintext
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
/build/
|
|
/cypress/
|
|
/.devcontainer/
|
|
/.git
|
|
/.github
|
|
/docs/
|
|
/screenshots/
|
|
/tests
|
|
/babel.config.cjs
|
|
/babel.config.js
|
|
/cypress.config.mjs
|
|
/.editorconfig
|
|
/.eslintrc.cjs
|
|
/.eslintrc.js
|
|
/.git-blame-ignore-revs
|
|
/.nextcloudignore
|
|
/webpack.*.js
|
|
/.codecov.yml
|
|
/composer.json
|
|
/composer.lock
|
|
/_config.yml
|
|
/.drone.yml
|
|
/.travis.yml
|
|
/tsconfig.json
|
|
/.eslintignore
|
|
/.eslintrc.yml
|
|
/.gitignore
|
|
/issue_template.md
|
|
/krankerl.toml
|
|
/Makefile
|
|
/mkdocs.yml
|
|
/run-eslint.sh
|
|
/package.json
|
|
/package-lock.json
|
|
/node_modules/
|
|
/renovate.json
|
|
/src/
|
|
/scoper.inc.php
|
|
/.scoper-production-dependencies
|
|
/.lib-vendor-organizer.php
|
|
/update-scoper-dependencies.sh
|
|
.gitattributes
|
|
.l10nignore
|
|
.php-cs-fixer.dist.php
|
|
.tx
|
|
phpunit.integration.xml
|
|
phpunit.xml
|
|
psalm.xml
|
|
stylelint.config.cjs
|
|
stylelint.config.js
|
|
webpack.js
|
|
releaseNotes.md
|
|
/.scripts
|
|
/vendor/bamarni
|
|
/vendor/bin
|
|
/vendor-bin
|
|
/vite.config.ts
|