Skip to content

Commit

Permalink
chore: Update krankerl config
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl authored and backportbot-nextcloud[bot] committed Dec 27, 2023
1 parent 2ee1008 commit adc5231
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 25 deletions.
36 changes: 36 additions & 0 deletions .nextcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/.codecov.yml
/.drone.yml
/.editorconfig
/.eslintignore
/.eslintrc.js
/.eslintrc.yml
/.git
/.gitattributes
/.github
/.gitignore
/.l10nignore
/.nextcloudignore
/.php-cs-fixer.dist.php
/.stylelintrc.js
/.travis.yml
/.tx
/Makefile
/_config.yml
/babel.config.js
/build/
/cypress
/cypress.config.js
/docs/
/issue_template.md
/jest-raw-loader.js
/jsconfig.json
/krankerl.toml
/mkdocs.yml
/node_modules/
/psalm.xml
/README.md
/renovate.json
/run-eslint.sh
/src/
/tests
/vite.config.js
27 changes: 2 additions & 25 deletions krankerl.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
[package]
exclude = [
"src",
".git",
"tests",
"node_modules",
".codecov.yml",
"composer.json",
"composer.lock",
"_config.yml",
".drone.yml",
".travis.yml",
".eslintignore",
".eslintrc.yml",
".gitignore",
"issue_template.md",
"krankerl.toml",
"Makefile",
"mkdocs.yml",
"run-eslint.sh",
"webpack.*",
"img/screenshots"
]

before_cmds = [
"npm install",
"npm run build"
'npm ci',
'npm run build'
]

0 comments on commit adc5231

Please sign in to comment.