added krankerl config
This commit is contained in:
parent
003b866464
commit
b6e41ac51b
2 changed files with 25 additions and 0 deletions
19
.nextcloudignore
Normal file
19
.nextcloudignore
Normal 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
6
krankerl.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
before_cmds = [
|
||||
"composer install",
|
||||
"npm install",
|
||||
"npm run build",
|
||||
]
|
Loading…
Reference in a new issue