Set proper paths in nextcloudignore

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-04-08 21:19:55 +02:00
parent e8a6ef1116
commit 183f614a3a

View File

@@ -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