Ignore doc/tags (#480)

Thank you for these superb code action additions for golang! I use them regularly.

I use native vim package management in combination with git submodules. Every time I run `:helptags ALL` the only plugin I use that shows erroneous submodule files is go.nvim because a `doc/tags` file has been generated.

I think it is harmless to add this to the ignore list and you generally don't check these in as most plugin managers generate them for you.
pull/486/head
Eric Mrak 4 months ago committed by GitHub
parent 975521b7ad
commit cde0c7a110
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored

@ -1 +1,2 @@
.DS_Store
doc/tags

Loading…
Cancel
Save