Skip to content

Commit 15d0b1b

Browse files
committed
chore: update .gitignore to include junit.xml
1 parent 5b99638 commit 15d0b1b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ coverage.xml
3737
.hypothesis/
3838
.pytest_cache/
3939
cover/
40+
junit.xml
4041

4142
# Sphinx documentation
4243
docs/_build/
@@ -56,8 +57,8 @@ uv.lock
5657
/site
5758

5859
# Visual Studio Code
59-
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
60+
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
6061
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
61-
# and can be added to the global gitignore or merged into this file. However, if you prefer,
62+
# and can be added to the global gitignore or merged into this file. However, if you prefer,
6263
# you could uncomment the following to ignore the entire vscode folder
6364
.vscode/

0 commit comments

Comments
 (0)