diff --git a/Makefile b/Makefile index a8c7ef1..3f84f48 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,9 @@ appstore: clean --exclude=./phpunit.xml \ --exclude=./README.md \ --exclude=./Makefile \ + --exclude=./CLAUDE.md \ + --exclude=./CLAUDE.local.md \ + --exclude=./tsconfig.json \ . | tar -xf - -C $(appstore_build_directory) tar -czf $(appstore_artifact_directory)/$(app_name).tar.gz -C $(build_directory)/appstore $(app_name)