diff --git a/gitignore_generator/templates/ides/vim.gitignore b/gitignore_generator/templates/ides/vim.gitignore new file mode 100644 index 0000000..4eb9fe0 --- /dev/null +++ b/gitignore_generator/templates/ides/vim.gitignore @@ -0,0 +1,27 @@ +# Vim +*.swp +*.swo +*~ +.project +.netrwhist +.auto +*~ + +# IDE +.vscode/ +.idea/ +*.iml +*.ipr +*.iws +.project +.classpath +.settings/ + +# OS +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db