1
0
mirror of https://github.com/owncloud/ocis.git synced 2025-04-18 23:44:07 +03:00
ocis/.gitignore
2025-04-14 10:03:20 +02:00

65 lines
957 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
/ocis/dist/
services/*/assets
ocis/ocis
ocis/cmd/ocis/__debug_bin
ocis/cmd/ocis/config/
# docs
/hugo
/docs/services/*/_index.md
# IDEs
.idea
# Visual Studio Code
.vscode
!.vscode/launch-example.json
# 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