Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add editor ignore section to
.gitignore
Some vim plugins like Gutentags (https://github.com/ludovicchabant/vim-gutentags) write `tags` files into the project directory to keep track of symbols. This file needs to be ignored by git because it should never be committed.
- Loading branch information