Skip to content

Commit

Permalink
Add krankerl config and release beta3
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
  • Loading branch information
CarlSchwan committed Sep 8, 2022
1 parent 7f0c24e commit 7f9e01c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .nextcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/.babelrc.js
/.codecov.yml
/.drone.yml
/.editorconfig
/.eslintignore
/.eslintrc.js
/.eslintrc.yml
/.git
/.github
/.gitignore
/.nextcloudignore
/.php_cs.dist
/.travis.yml
/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
/src/
/tests
/tsconfig.json
/webpack.*.js
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 7f9e01c

Please sign in to comment.