From ee47a82e62450406fef611cf81eede8a604b265a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 8 Apr 2020 21:19:55 +0200 Subject: [PATCH] Set proper paths in nextcloudignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .nextcloudignore | 62 ++++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/.nextcloudignore b/.nextcloudignore index eb9ca82b2..642cdcef1 100644 --- a/.nextcloudignore +++ b/.nextcloudignore @@ -1,31 +1,31 @@ -build/ -.git -js/node_modules -js/tests -js/legacy -js/controller -js/directive -js/filters -js/service -js/bower.json -js/.bowerrc -js/.jshintrc -js/Gruntfile.js -js/package.json -js/package-lock.json -docs/ -tests -.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 +/build/ +/.git +/js/node_modules +/js/tests +/js/legacy +/js/controller +/js/directive +/js/filters +/js/service +/js/bower.json +/js/.bowerrc +/js/.jshintrc +/js/Gruntfile.js +/js/package.json +/js/package-lock.json +/docs/ +/tests +/.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