mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-16 17:45:39 -06:00
68 lines
1.1 KiB
Plaintext
68 lines
1.1 KiB
Plaintext
# coverage reports
|
|
*/coverage.out
|
|
services/*/coverage.out
|
|
|
|
# unit test reports
|
|
*/checkstyle.xml
|
|
services/*/checkstyle.xml
|
|
|
|
# nodejs / yarn
|
|
*/package-lock.json
|
|
node_modules/
|
|
yarn-error.log
|
|
yarn.lock
|
|
.pnpm-store/
|
|
|
|
# build artifacts
|
|
*/bin
|
|
services/*/bin
|
|
/opencloud/dist/
|
|
services/*/assets
|
|
opencloud/opencloud
|
|
opencloud/cmd/opencloud/__debug_bin
|
|
opencloud/cmd/opencloud/config/
|
|
|
|
# docs
|
|
/hugo
|
|
/docs/services/*/_index.md
|
|
|
|
# IDEs
|
|
.idea
|
|
|
|
# Composer - used for API acceptance tests
|
|
composer.lock
|
|
vendor-bin/**/vendor
|
|
vendor-bin/**/composer.lock
|
|
vendor-php
|
|
|
|
# API acceptance tests - auto-generated files
|
|
.php-cs-fixer.cache
|
|
suite-logs
|
|
tests/acceptance/filesForUpload/filesWithVirus/
|
|
|
|
# QA activity reports
|
|
tests/qa-activity-report/reports/
|
|
|
|
# drone CI is in .drone.star, do not let someone accidentally commit a local .drone.yml
|
|
.drone.yml
|
|
|
|
# ignore temporary l10n template files
|
|
**/l10n/*.pot
|
|
|
|
# protogen autogenerated
|
|
protogen/buf.sha1.lock
|
|
|
|
# third-party-licenses
|
|
/third-party-licenses
|
|
|
|
# misc
|
|
/tmp
|
|
/services/*/tmp
|
|
go.work
|
|
go.work.sum
|
|
.env
|
|
.envrc
|
|
.DS_Store
|
|
|
|
# example deployments
|
|
**/opencloud-sandbox-* |