Skip to content

Commit 5126552

Browse files
committed
Update krankerl config
Signed-off-by: Julius Härtl <[email protected]>
1 parent a241575 commit 5126552

File tree

2 files changed

+20
-23
lines changed

2 files changed

+20
-23
lines changed

.nextcloudignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
src
2+
.git
3+
tests
4+
node_modules
5+
.codecov.yml
6+
composer.json
7+
composer.lock
8+
_config.yml
9+
.drone.yml
10+
.travis.yml
11+
.eslintignore
12+
.eslintrc.yml
13+
.gitignore
14+
issue_template.md
15+
krankerl.toml
16+
Makefile
17+
mkdocs.yml
18+
run-eslint.sh
19+
webpack.*
20+
img/screenshots

krankerl.toml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
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 = [
263
"npm ci",
274
"npm run build"

0 commit comments

Comments
 (0)