Skip to content

Commit e58d34c

Browse files
authored
Merge pull request #5155 from nextcloud/chore/release-package
chore: Update krankerl config
2 parents 174dbf5 + d8e2e37 commit e58d34c

File tree

2 files changed

+38
-25
lines changed

2 files changed

+38
-25
lines changed

.nextcloudignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/.codecov.yml
2+
/.drone.yml
3+
/.editorconfig
4+
/.eslintignore
5+
/.eslintrc.js
6+
/.eslintrc.yml
7+
/.git
8+
/.gitattributes
9+
/.github
10+
/.gitignore
11+
/.l10nignore
12+
/.nextcloudignore
13+
/.php-cs-fixer.dist.php
14+
/.stylelintrc.js
15+
/.travis.yml
16+
/.tx
17+
/Makefile
18+
/_config.yml
19+
/babel.config.js
20+
/build/
21+
/cypress
22+
/cypress.config.js
23+
/docs/
24+
/issue_template.md
25+
/jest-raw-loader.js
26+
/jsconfig.json
27+
/krankerl.toml
28+
/mkdocs.yml
29+
/node_modules/
30+
/psalm.xml
31+
/README.md
32+
/renovate.json
33+
/run-eslint.sh
34+
/src/
35+
/tests
36+
/vite.config.js

krankerl.toml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,5 @@
11
[package]
2-
exclude = [
3-
"src",
4-
".git",
5-
"tests",
6-
"node_modules",
7-
".codecov.yml",
8-
"composer.json",
9-
"composer.lock",
10-
"_config.yml",
11-
".drone.yml",
12-
".travis.yml",
13-
".eslintignore",
14-
".eslintrc.yml",
15-
".gitignore",
16-
"issue_template.md",
17-
"krankerl.toml",
18-
"Makefile",
19-
"mkdocs.yml",
20-
"run-eslint.sh",
21-
"webpack.*",
22-
"img/screenshots"
23-
]
24-
252
before_cmds = [
26-
"npm install",
27-
"npm run build"
3+
'npm ci',
4+
'npm run build'
285
]

0 commit comments

Comments
 (0)