Update the exclude lists

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-05-12 21:52:15 +02:00
parent e5ccfbf6ae
commit 4009391806
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA
2 changed files with 17 additions and 14 deletions

27
.gitignore vendored
View file

@ -1,20 +1,21 @@
# Exclude npm stuff
build
node_modules
/build
/node_modules
# PHP Code Sniffer
/vendor
/.php_cs.cache
# Local docs
/site
# Karma/jasmine coverage data
coverage
tests/php/coverage-html
tests/php/clover.xml
tests/php/.phpunit.result.cache
tests/integration/vendor
tests/integration/output
/coverage
/tests/php/coverage-html
/tests/php/clover.xml
/tests/php/.phpunit.result.cache
/tests/integration/vendor
/tests/integration/output
js
# PHP Coding Style
vendor/
.php_cs.cache
# Compiled javascript
/js

View file

@ -79,11 +79,13 @@ appstore:
--exclude=package.json \
--exclude=package-lock.json \
--exclude=.php_cs.dist \
--exclude=.php_cs.cache \
--exclude=README.md \
--exclude=run-*lint.sh \
--exclude=src \
--exclude=.stylelintignore \
--exclude=.stylelintrc \
--exclude=stylelint.config.js \
--exclude=.tx \
--exclude=tests \
--exclude=vendor \
--exclude=webpack.*.js \