Files
opencloud/.gitignore
Jörn Friedrich Dreyer af290b31cd update paths in .gitignore
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-01-14 12:28:43 +01:00

61 lines
934 B
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
# 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
**/l10n/template.pot
# protogen autogenerated
protogen/buf.sha1.lock
# third-party-licenses
/third-party-licenses
# misc
/tmp
go.work
go.work.sum
.env
.envrc