We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3961a8b + 232192c commit a1c72a2Copy full SHA for a1c72a2
1 file changed
.nextcloudignore
@@ -13,6 +13,7 @@
13
.gitmodules
14
.idea
15
.jshint
16
+.jshintrc
17
.l10nignore
18
.mailmap
19
.nextcloudignore
@@ -32,7 +33,9 @@ SECURITY.md
32
33
codecov.yml
34
cs-fixer
35
csfixer
36
+custom.d.ts
37
cypress
38
+cypress.config.ts
39
eslint.config.js
40
flake.lock
41
flake.nix
@@ -44,6 +47,7 @@ rector
44
47
stylelint.config.js
45
48
tests
46
49
tsconfig.json
50
+vite.config.ts
51
vitest.config.ts
52
window.d.ts
53
@@ -56,3 +60,5 @@ window.d.ts
56
60
/config/config.php
57
61
/contribute
58
62
/data
63
+/openapi.json
64
+/vendor-bin
0 commit comments