summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-08-31 08:43:12 +0200
committerJoas Schilling <coding@schilljs.com>2023-08-31 08:43:12 +0200
commit5a124f3cfd9f815c235f17188d38835f6df502f5 (patch)
tree32dddb26da4b09adcba68386be6d830a247b2ff1 /Makefile
parenta6f0f28b23d69e952e580aa0c66f7ad88f2c3fe9 (diff)
chore(packaging): Ship dependencies lock files
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e163a86b6..76ef785bb 100644
--- a/Makefile
+++ b/Makefile
@@ -71,8 +71,6 @@ appstore:
rsync -a \
--exclude=babel.config.js \
--exclude=/build \
- --exclude=composer.json \
- --exclude=composer.lock \
--exclude=docs \
--exclude=.drone.jsonnet \
--exclude=.drone.yml \
@@ -89,8 +87,6 @@ appstore:
--exclude=mkdocs.yml \
--exclude=Makefile \
--exclude=node_modules \
- --exclude=package.json \
- --exclude=package-lock.json \
--exclude=.php-cs-fixer.cache \
--exclude=.php-cs-fixer.dist.php \
--exclude=.php_cs.cache \