-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
81 lines (63 loc) · 1.32 KB
/
.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
release/*
**/l10n/locale
**/l10n/template.pot
build/version.json
/hugo
.idea
*.bundle.js
*.bundle.js.map
*.chunk.js
*.chunk.js.map
config.json
package-lock.json
node_modules
dist
release
*.log
.DS_Store
.envrc
tests/reports
tests/ocis
tests/testing-app
/webpack.json
/webpack-build-log.json
/coverage
# yarn2 with Zero-Installs: https://yarnpkg.com/features/zero-installs
#.yarn/*
#!.yarn/cache
#!.yarn/patches
#!.yarn/plugins
#!.yarn/releases
#!.yarn/sdks
#!.yarn/versions
# yarn2 not using Zero-Installs: https://yarnpkg.com/features/zero-installs
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
tests/acceptance/.yarn/*
!tests/acceptance/.yarn/patches
!tests/acceptance/.yarn/releases
!tests/acceptance/.yarn/plugins
!tests/acceptance/.yarn/sdks
!tests/acceptance/.yarn/versions
# visual regression testing artifacts
/tests/vrt/diff
/tests/vrt/latest
# acceptance test artifacts
logfile.txt
comments.file
# drone CI is in .drone.star, do not let someone accidentally commit a local .drone.yml
.drone.yml
# Themes
/packages/web-runtime/themes/**
!/packages/web-runtime/themes/owncloud/**
# Report for tests
tests/report/cucumber_report.json
tests/report/cucumber_report.html
.vscode/settings.json
tests/acceptance/report/cucumber_report.json
tests/acceptance/report/cucumber_report.html