From 356b7287f7b63963ace1b7f2477a9d5844260d28 Mon Sep 17 00:00:00 2001 From: Michel Roux <xefir@crystalyx.net> Date: Sat, 22 Feb 2025 18:11:14 +0000 Subject: [PATCH] fix: :fire: remove js stuff again --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 02240f4..6972d9f 100644 --- a/Makefile +++ b/Makefile @@ -44,9 +44,6 @@ clean: .PHONY: distclean distclean: clean rm -rf vendor - rm -rf node_modules - rm -rf js/vendor - rm -rf js/node_modules # Builds the source and appstore package .PHONY: dist @@ -62,10 +59,7 @@ source: tar -C .. -cvzf $(source_package_name).tar.gz \ --exclude-vcs \ --exclude="$(app_name)/build" \ - --exclude="$(app_name)/js/node_modules" \ - --exclude="$(app_name)/node_modules" \ --exclude="$(app_name)/*.log" \ - --exclude="$(app_name)/js/*.log" \ $(app_name) # Builds the source package for the app store, ignores php tests, js tests