diff options
author | Eric Bailey <git@esb.lol> | 2024-10-02 11:18:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 11:18:15 -0500 |
commit | 3972d3d4c3697ab89c054a82b1d03aff96cfce07 (patch) | |
tree | 8d7c33c00bd7f9465ec742bce533ef140c454e88 /.prettierignore | |
parent | a444fc53a0ec4e575987d7d689df030878a24021 (diff) | |
download | voidsky-3972d3d4c3697ab89c054a82b1d03aff96cfce07.tar.zst |
Ignore built files (#5572)
Diffstat (limited to '.prettierignore')
-rw-r--r-- | .prettierignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore index 8ccbae214..e107e129a 100644 --- a/.prettierignore +++ b/.prettierignore @@ -15,3 +15,6 @@ android ios src/locale/locales lib/react-compiler-runtime +bskyweb/static +coverage +web-build |