diff --git a/.nextcloudignore b/.nextcloudignore new file mode 100644 index 00000000000..61058381ce8 --- /dev/null +++ b/.nextcloudignore @@ -0,0 +1,36 @@ +/.codecov.yml +/.drone.yml +/.editorconfig +/.eslintignore +/.eslintrc.js +/.eslintrc.yml +/.git +/.gitattributes +/.github +/.gitignore +/.l10nignore +/.nextcloudignore +/.php-cs-fixer.dist.php +/.stylelintrc.js +/.travis.yml +/.tx +/Makefile +/_config.yml +/babel.config.js +/build/ +/cypress +/cypress.config.js +/docs/ +/issue_template.md +/jest-raw-loader.js +/jsconfig.json +/krankerl.toml +/mkdocs.yml +/node_modules/ +/psalm.xml +/README.md +/renovate.json +/run-eslint.sh +/src/ +/tests +/vite.config.js diff --git a/krankerl.toml b/krankerl.toml index e9f19717285..108b651fcdd 100644 --- a/krankerl.toml +++ b/krankerl.toml @@ -1,28 +1,5 @@ [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" + 'npm ci', + 'npm run build' ]