diff options
author | 2021-11-19 13:18:50 -0500 | |
---|---|---|
committer | 2021-11-19 13:18:50 -0500 | |
commit | 404ccece0b55c26070c2a00bf2cafa67bf7ad7c6 (patch) | |
tree | 470da318b1ec4dd25aa0355ca8f510e833a9ba75 | |
parent | 53cdd671bf0a3f3889c03495ba0c070f38ba89ee (diff) | |
download | astro-404ccece0b55c26070c2a00bf2cafa67bf7ad7c6.tar.gz astro-404ccece0b55c26070c2a00bf2cafa67bf7ad7c6.tar.zst astro-404ccece0b55c26070c2a00bf2cafa67bf7ad7c6.zip |
Do not let Prettier bot mess wit the blog example (#1918)
-rw-r--r-- | .prettierignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore index eaa796fda..a69dc58cf 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,6 +4,7 @@ **/vendor **/.vercel examples/docs/**/*.md +examples/blog/**/*.md www/**/*.md .github .changeset |