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