From c9369b0d69c84bfac49e08cf1be9b86f53c596ae Mon Sep 17 00:00:00 2001 From: paw Date: Fri, 9 Aug 2024 11:49:09 +0200 Subject: [PATCH] [lint] Prettier: Ignore tuta-sdk build folder This wasn't triggering any errors, but if you have anything in 'target' due to building tuta-sdk previously, it would take an eternity to run `style:fix`. Let's just not worry about that directory since it isn't even checked in... --- .prettierignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.prettierignore b/.prettierignore index 8a056a81db20..e4616cded72f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -9,3 +9,4 @@ app-android/ app-ios/ fdroid-metadata-workaround/ packages/tutanota-crypto/lib/internal/ +tuta-sdk/rust/target \ No newline at end of file