You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
390 B

[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"
]