Fix nightly by updating .cache in dockerignore ()

This commit is contained in:
Remi 2024-10-07 11:35:35 +02:00 committed by GitHub
parent 1a343c3591
commit d5b669634a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -65,7 +65,6 @@ htmlcov/
.nox/ .nox/
.coverage .coverage
.coverage.* .coverage.*
.cache
nosetests.xml nosetests.xml
coverage.xml coverage.xml
*.cover *.cover
@ -73,6 +72,11 @@ coverage.xml
.hypothesis/ .hypothesis/
.pytest_cache/ .pytest_cache/
# Ignore .cache except calibration
.cache/*
!.cache/calibration/
!.cache/calibration/**
# Translations # Translations
*.mo *.mo
*.pot *.pot