Skip to content

Commit

Permalink
Merge pull request nextcloud#1649 from nextcloud/fix/build-without-vi…
Browse files Browse the repository at this point in the history
…m-files
  • Loading branch information
juliusknorr authored Jan 27, 2025
2 parents 944c910 + 45d4db5 commit 63ecec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ build: node-modules build-js-production composer-install-no-dev
fi
mkdir -p $(RELEASE_DIR)
rsync -a --delete --delete-excluded \
--exclude="$(APP_NAME)/.[a-z]*" \
--exclude="$(APP_NAME)/.**" \
--exclude="$(APP_NAME)/Makefile" \
--exclude="$(APP_NAME)/Dockerfile" \
--exclude="$(APP_NAME)/TODO*" \
Expand Down

0 comments on commit 63ecec6

Please sign in to comment.