Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2020-01-27 17:19:34 +01:00
Родитель 5dc1f69d21
Коммит 832b0fa246
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CC42AC2A7F0E56D8
1 изменённых файлов: 29 добавлений и 30 удалений

Просмотреть файл

@ -1,37 +1,36 @@
babel.config.js /babel.config.js
.babelrc /.babelrc
build /build
composer.* /composer.*
CONTRIBUTING.md /CONTRIBUTING.md
coverage /coverage
.editorconfig /.editorconfig
.eslintrc.js /.eslintrc.js
.git .git
.gitattributes .gitattributes
.github .github
.gitignore .gitignore
Gruntfile.js
.hg .hg
issue_template.md /issue_template.md
.jscsrc /.jscsrc
.jshintignore /.jshintignore
.jshintrc /.jshintrc
karma.conf.js /karma.conf.js
krankerl.toml /krankerl.toml
l10n/no-php /l10n/no-php
.tx /.tx
Makefile /Makefile
.nextcloudignore /.nextcloudignore
node_modules /node_modules
package.json /package.json
package-lock.json /package-lock.json
.phan /.phan
phpunit*xml /phpunit*xml
postcss.config.js /postcss.config.js
screenshots /screenshots
.scrutinizer.yml .scrutinizer.yml
src /src
tests /tests
.travis.yml .travis.yml
vendor/bin /vendor/bin
webpack.* /webpack.*