mirror of
https://github.com/johndoe6345789/docker-swarm-termina.git
synced 2026-04-24 13:45:01 +00:00
Add coverage files to .gitignore
Added coverage-related files to .gitignore: - .coverage (coverage database) - .coverage.* (coverage data files) - htmlcov/ (HTML coverage reports) - coverage.xml (XML coverage reports) - .cache (pytest cache) https://claude.ai/code/session_01B9dpKXH8wbD7MPtPBDHrjq
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -46,6 +46,13 @@ ENV/
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
|
||||
# Coverage
|
||||
.coverage
|
||||
.coverage.*
|
||||
htmlcov/
|
||||
coverage.xml
|
||||
.cache
|
||||
|
||||
# Next.js
|
||||
.next/
|
||||
out/
|
||||
|
||||
Reference in New Issue
Block a user