From 27ff3648706061c23511a2bce307a408452bdc11 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 15:43:53 +0000 Subject: [PATCH] Add remaining templates (languages, frameworks, IDEs, OS) --- src/gitignore_cli/templates/vue.yaml | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/gitignore_cli/templates/vue.yaml diff --git a/src/gitignore_cli/templates/vue.yaml b/src/gitignore_cli/templates/vue.yaml new file mode 100644 index 0000000..0a1234b --- /dev/null +++ b/src/gitignore_cli/templates/vue.yaml @@ -0,0 +1,38 @@ +name: vue +category: framework +description: Vue.js framework +patterns: | + # Dependencies + node_modules/ + .pnp.js + + .pnp # Build + dist/ + dist-ssr/ + *.local + + # Logs + logs/ + *.log + npm-debug.log* + yarn-debug.log* + yarn-error.log* + pnpm-debug.log* + + # Editor + .idea/ + .vscode/ + *.suo + *.ntvs* + *.njsproj + *.sln + *.sw? + + # OS + .DS_Store + Thumbs.db + + # Env + .env + .env.* + !.env.example