From 367c8d28ff8329b991e13019675e3af8cc8af4ca Mon Sep 17 00:00:00 2001 From: darken Date: Tue, 28 Apr 2026 11:53:53 +0200 Subject: [PATCH] chore: Drop stale app-common exclude from _config.yml app-common module was merged into app/ in be8f4919; the exclude has been a no-op since. --- _config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.yml b/_config.yml index 002341d0..ec1868a3 100644 --- a/_config.yml +++ b/_config.yml @@ -22,5 +22,4 @@ exclude: - fastlane - crowdin* - app - - app-common - CONTRIBUTING.md