Skip to content

Commit 8c475a2

Browse files
committed
add: test file for ignore
1 parent b693b47 commit 8c475a2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
**/.hypothesis/
6262
**/.pytest_cache/
6363
**/cover/
64+
pytest.xml
65+
pytest-coverage.txt
6466

6567
# Translations
6668
**/*.mo

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ coverage.xml
7878
.hypothesis/
7979
.pytest_cache/
8080
cover/
81+
pytest.xml
82+
pytest-coverage.txt
8183

8284
# Translations
8385
*.mo

0 commit comments

Comments
 (0)