From 4f985a1afe6433e3594c8c90f6fa07948aa9effe Mon Sep 17 00:00:00 2001 From: pedrocx486 Date: Sun, 26 Jan 2025 02:45:54 -0300 Subject: [PATCH] Update .gitignore --- .gitignore | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a19f004..7509771 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,31 @@ -# ---> Vue -# gitignore template for Vue.js projects -# -# Recommended template: Node.gitignore +# compiled output +/dist +/node_modules -# TODO: where does this rule come from? -docs/_book +# Logs +logs +*.log +npm-debug.log* +pnpm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* -# TODO: where does this rule come from? -test/ +# OS +.DS_Store +# IDEs and editors +/.idea +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# IDE - VSCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json