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/ /build/
.git /.git
js/node_modules /js/node_modules
js/tests /js/tests
js/legacy /js/legacy
js/controller /js/controller
js/directive /js/directive
js/filters /js/filters
js/service /js/service
js/bower.json /js/bower.json
js/.bowerrc /js/.bowerrc
js/.jshintrc /js/.jshintrc
js/Gruntfile.js /js/Gruntfile.js
js/package.json /js/package.json
js/package-lock.json /js/package-lock.json
docs/ /docs/
tests /tests
.codecov.yml /.codecov.yml
composer.json /composer.json
composer.lock /composer.lock
_config.yml /_config.yml
.drone.yml /.drone.yml
.travis.yml /.travis.yml
.eslintignore /.eslintignore
.eslintrc.yml /.eslintrc.yml
.gitignore /.gitignore
issue_template.md /issue_template.md
krankerl.toml /krankerl.toml
Makefile /Makefile
mkdocs.yml /mkdocs.yml
run-eslint.sh /run-eslint.sh