2024-12-13 18:10:37 +03:00
|
|
|
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
2019-05-14 02:15:45 +03:00
|
|
|
.DS_Store
|
|
|
|
node_modules/
|
2020-03-23 15:29:16 +03:00
|
|
|
vendor/
|
2022-04-06 21:36:14 +03:00
|
|
|
/vendor-bin/*/vendor
|
2020-03-23 15:29:16 +03:00
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# Editor directories and files
|
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
*.suo
|
2019-05-14 02:15:45 +03:00
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
2020-03-23 15:29:16 +03:00
|
|
|
|
|
|
|
.marginalia
|
|
|
|
|
|
|
|
build/
|
|
|
|
coverage/
|
|
|
|
|
|
|
|
cypress/screenshots
|
|
|
|
cypress/snapshots
|
|
|
|
|
|
|
|
# Compiled files
|
|
|
|
js/
|
2023-01-30 02:37:31 +03:00
|
|
|
css/forms-style.css
|
2020-04-08 13:41:42 +03:00
|
|
|
|
|
|
|
# Compile-Cache
|
2020-04-29 12:50:03 +03:00
|
|
|
v8-compile-cache-0/
|
|
|
|
|
|
|
|
# php-cs cache
|
2022-04-05 20:30:09 +03:00
|
|
|
.php-cs-fixer.cache
|
2021-03-05 22:26:41 +03:00
|
|
|
|
2021-03-04 12:06:08 +03:00
|
|
|
# phpunit results
|
2021-03-05 22:26:41 +03:00
|
|
|
.phpunit.result.cache
|
2021-03-04 12:06:08 +03:00
|
|
|
clover.unit.xml
|
2022-04-05 20:30:09 +03:00
|
|
|
clover.integration.xml
|
2024-04-15 15:40:54 +03:00
|
|
|
/test-results/
|
|
|
|
/playwright-report/
|
|
|
|
/blob-report/
|
|
|
|
/playwright/.cache/
|