Skip to content

Commit

Permalink
Add krankerl
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Aug 18, 2021
1 parent e8d135d commit 427eafd
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .nextcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/.babelrc.js
/.codecov.yml
/.drone.yml
/.editorconfig
/.eslintignore
/.eslintrc.js
/.eslintrc.yml
/.git
/.github
/.gitignore
/.nextcloudignore
/.php_cs.dist
/.travis.yml
/.tx
/Makefile
/_config.yml
/babel.config.js
/build/
/composer.json
/composer.lock
/docs/
/issue_template.md
/krankerl.toml
/mkdocs.yml
/node_modules/
/package-lock.json
/package.json
/postcss.config.js
/run-eslint.sh
/stylelint.config.js
/src/
/tests
/tsconfig.json
/webpack.*.js
/webpack.js
/phpunit.xml
5 changes: 5 additions & 0 deletions krankerl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[package]
before_cmds = [
'npm ci',
'npm run build'
]

0 comments on commit 427eafd

Please sign in to comment.