mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
Update the exclude lists
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
e5ccfbf6ae
commit
4009391806
2 changed files with 17 additions and 14 deletions
27
.gitignore
vendored
27
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
Makefile
4
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue