diff --git a/.gitignore b/.gitignore index 59920ad5..e05fa6b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ dist/ bin/ +public/ node_modules/ npm-debug.log .DS_Store diff --git a/.prettierignore b/.prettierignore index a87efc11..485fb2a0 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,4 @@ dist/ -bin/ \ No newline at end of file +bin/ +public/ +.cache/ \ No newline at end of file