From 4907f5315b587f481432038945a676eed1858336 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 15:43:56 +0000 Subject: [PATCH] Add remaining templates (languages, frameworks, IDEs, OS) --- src/gitignore_cli/templates/vim.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/gitignore_cli/templates/vim.yaml diff --git a/src/gitignore_cli/templates/vim.yaml b/src/gitignore_cli/templates/vim.yaml new file mode 100644 index 0000000..ca24f2d --- /dev/null +++ b/src/gitignore_cli/templates/vim.yaml @@ -0,0 +1,20 @@ +name: vim +category: ide +description: Vim editor +patterns: | + # Swap files + *.swp + *.swo + *~ + + # Undo files + *.undo + + # Backup files + *~ + + # IDE + .vscode/ + + # OS + .DS_Store