diff options
author | 2022-03-31 16:45:00 -0300 | |
---|---|---|
committer | 2022-03-31 16:45:00 -0300 | |
commit | 286dff2daef15cbeb73a0d1893560331ed368aa8 (patch) | |
tree | b359eb2b434366425835f32df5c3acda17808007 | |
parent | 60c5823ae12952c0f707a13a361edd9ec1646ab0 (diff) | |
download | astro-286dff2daef15cbeb73a0d1893560331ed368aa8.tar.gz astro-286dff2daef15cbeb73a0d1893560331ed368aa8.tar.zst astro-286dff2daef15cbeb73a0d1893560331ed368aa8.zip |
Added .output to prettierignore
-rw-r--r-- | .prettierignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore index 7b6398b3e..7c89fbaf5 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,6 +4,7 @@ # Deep Directories **/dist +**/.output **/smoke **/node_modules **/fixtures |