diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2023-05-12 16:54:06 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-05-12 16:54:06 +0100 |
commit | 240195f0ca3cbc0af2f084a8beb0d2f11fe48ec5 (patch) | |
tree | 300e1684ac16210f0a5d1419aea5076788f38212 | |
parent | 453c08463bf46e568c8a5018416ad88498a73f29 (diff) |
Ignore views directory
-rw-r--r-- | .prettierignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.prettierignore b/.prettierignore index 210b0f6..2ca284f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,3 @@ dist -public
\ No newline at end of file +public +views
\ No newline at end of file |