From 8e8fe58a92dd95be272c052962aef8ad7239709d Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Sun, 7 Jun 2020 23:11:04 -0300 Subject: [PATCH] 250 update the prettierignore file --- .prettierignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index 5a6afbc..150dab3 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,15 @@ -dist +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +bower_components +node_modules + +# testing +coverage .nyc_output + +# production +dist + +# debug +*.log