Skip to content

Commit

Permalink
[lint] Prettier: Ignore tuta-sdk build folder
Browse files Browse the repository at this point in the history
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...
  • Loading branch information
paw-hub committed Aug 9, 2024
1 parent 4c5f442 commit c9369b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ app-android/
app-ios/
fdroid-metadata-workaround/
packages/tutanota-crypto/lib/internal/
tuta-sdk/rust/target

0 comments on commit c9369b0

Please sign in to comment.