-
Notifications
You must be signed in to change notification settings - Fork 182
/
.gitignore
60 lines (47 loc) · 899 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# 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
# 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