added krankerl config

This commit is contained in:
Jonathan Treffler 2024-04-23 20:30:49 +02:00 committed by root
parent 003b866464
commit b6e41ac51b
2 changed files with 25 additions and 0 deletions

19
.nextcloudignore Normal file
View file

@ -0,0 +1,19 @@
/.git/
/.gitignore
/.nextcloudignore
/krankerl.toml
/.eslintrc.js
/.vscode/
/.editorconfig
node_modules/
/Makefile
/src/
/.php-cs-fixer.cache
/.php-cs-fixer.dist.php
/babel.config.js
/package.json
/package-lock.json
/stylelint.config.js
/webpack.config.js
/.woodpecker.yml
/tools/

6
krankerl.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
before_cmds = [
"composer install",
"npm install",
"npm run build",
]