Skip to content

Commit

Permalink
Add coverage.vim to .gitignore
Browse files Browse the repository at this point in the history
When I run tests on my machine, `coverage.vim` is generated because of
simplecov-vim. I think the generated file should not be managed by Git.

https://github.com/zph/simplecov-vim
  • Loading branch information
yykamei committed Nov 22, 2023
1 parent 16686d6 commit f0dd202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ InstalledFiles
pkg
*.gem
.bundle
coverage
coverage/
coverage.vim

0 comments on commit f0dd202

Please sign in to comment.