From 0fc6f886bca85cc6aa3256c81e06cf5fcb5f1aee Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 30 Sep 2025 18:28:36 +0330 Subject: [PATCH] chore(VueJs): added VueJs.gitignore file specific for Vue.js --- VueJs.gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 VueJs.gitignore diff --git a/VueJs.gitignore b/VueJs.gitignore new file mode 100644 index 00000000..f4655f48 --- /dev/null +++ b/VueJs.gitignore @@ -0,0 +1,53 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Dependency directories +node_modules/ +jspm_packages/ + +# Production build output (Vue CLI / Vite) +dist/ +build/ +www/ +*.local + +# Local environment files +.env +.env.local +.env.*.local + +# Vue CLI UI config +.vue-cli-ui.json + +# Editor directories and files +.vscode/ +../github-gitignore/.idea/ +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +# TypeScript +*.tsbuildinfo +tsconfig.tsbuildinfo + +# Caches +.cache/ +.temp/ +*.tmp +*.temp + +# Optional: lock files (if you prefer not to commit them) +# package-lock.json +# yarn.lock +# pnpm-lock.yaml + +# System files +.DS_Store +Thumbs.db