diff --git a/.eslintignore b/.eslintignore index 7450780..c5bf57f 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,7 +1,15 @@ # Common node_modules +bower_components dist .nuxt coverage docs +ssr +coverage +.circleci +.vscode +.github + +*.min.* diff --git a/.prettierignore b/.prettierignore index ad1a62e..c5bf57f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,15 @@ -dist/ -docs/ +# Common +node_modules +bower_components +dist +.nuxt +coverage -bower_components/ -node_modules/ +docs +ssr +coverage +.circleci +.vscode +.github + +*.min.* diff --git a/.stylelintignore b/.stylelintignore index a23b92b..c5bf57f 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -1,13 +1,15 @@ -public/ -docs/ +# Common +node_modules +bower_components +dist +.nuxt +coverage -dist/ -ssr/ - -bower_components/ -node_modules/ -.vscode/ -.nuxt/ +docs +ssr +coverage +.circleci +.vscode +.github *.min.* -**/*.min.*