From f91eb9a8981f78f125953b46c51a1d4c00742aa4 Mon Sep 17 00:00:00 2001 From: Alexander Klein Date: Thu, 27 Jul 2023 13:05:30 +0200 Subject: [PATCH] update gitignore for vue project --- .gitignore | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a19f004..38adffa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,28 @@ -# ---> Vue -# gitignore template for Vue.js projects -# -# Recommended template: Node.gitignore +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* -# TODO: where does this rule come from? -docs/_book +node_modules +.DS_Store +dist +dist-ssr +coverage +*.local -# TODO: where does this rule come from? -test/ +/cypress/videos/ +/cypress/screenshots/ +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw?