Skip to content

Commit a1c72a2

Browse files
authored
Merge pull request #58914 from nextcloud/chore/ncignore-tweaks
2 parents 3961a8b + 232192c commit a1c72a2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.nextcloudignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
.gitmodules
1414
.idea
1515
.jshint
16+
.jshintrc
1617
.l10nignore
1718
.mailmap
1819
.nextcloudignore
@@ -32,7 +33,9 @@ SECURITY.md
3233
codecov.yml
3334
cs-fixer
3435
csfixer
36+
custom.d.ts
3537
cypress
38+
cypress.config.ts
3639
eslint.config.js
3740
flake.lock
3841
flake.nix
@@ -44,6 +47,7 @@ rector
4447
stylelint.config.js
4548
tests
4649
tsconfig.json
50+
vite.config.ts
4751
vitest.config.ts
4852
window.d.ts
4953

@@ -56,3 +60,5 @@ window.d.ts
5660
/config/config.php
5761
/contribute
5862
/data
63+
/openapi.json
64+
/vendor-bin

0 commit comments

Comments
 (0)