junegunn / vim-plug

:hibiscus: Minimalist Vim Plugin Manager
https://junegunn.github.io/vim-plug/
MIT License
33.89k stars 1.9k forks source link

Add gitignore so that vim-plug can be managed by vim-plug #1204

Closed smuenzel closed 2 years ago

smuenzel commented 2 years ago

If you set up vim-plug to manage vim-plug itself, it will create a doc/tags file, which means the repo it is saved in is dirty. Fix this by adding a gitignore.

junegunn commented 2 years ago

I have to mention this:

But, having a .gitignore file wouldn't hurt.