diff --git a/.gitignore b/.gitignore index a19f004..78a752d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,23 @@ -# ---> Vue -# gitignore template for Vue.js projects -# -# Recommended template: Node.gitignore +.DS_Store +node_modules/ +dist/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +**/*.log -# TODO: where does this rule come from? -docs/_book +tests/**/coverage/ +tests/e2e/reports +selenium-debug.log -# TODO: where does this rule come from? -test/ +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.local +package-lock.json +yarn.lock