diff options
author | 2021-05-13 14:25:03 -0500 | |
---|---|---|
committer | 2021-05-13 14:25:03 -0500 | |
commit | 495ee7d4aef9c03ab188a6f77493e67385ef7714 (patch) | |
tree | 8b61a3ab07e1dad3b5b3b374753152b6478ca4e1 | |
parent | 087fe6276f5b6a28738c542a3333ea5373687ff8 (diff) | |
download | astro-495ee7d4aef9c03ab188a6f77493e67385ef7714.tar.gz astro-495ee7d4aef9c03ab188a6f77493e67385ef7714.tar.zst astro-495ee7d4aef9c03ab188a6f77493e67385ef7714.zip |
chore: ignore broken prettier files
-rw-r--r-- | .prettierignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.prettierignore b/.prettierignore index 752101540..96fa4882b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,5 @@ -**/dist/* +**/dist +**/node_modules +**/fixtures +./README.md + |