Skip to content

Commit cef39c1

Browse files
committed
gitignore: add coverage file
add the file name coverage.xml to the gitignore patterns the file is a result of a test coverage analysis, not to be committed to the repository
1 parent f98d0a7 commit cef39c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dist
1818
.vagrant/
1919
*~
2020
.coverage
21+
coverage.xml
2122
.idea/
2223
htmlcov/
2324
*.pem

0 commit comments

Comments
 (0)