Fix nightly by updating .cache in dockerignore (#464)
This commit is contained in:
parent
1a343c3591
commit
d5b669634a
|
@ -65,7 +65,6 @@ htmlcov/
|
|||
.nox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.cover
|
||||
|
@ -73,6 +72,11 @@ coverage.xml
|
|||
.hypothesis/
|
||||
.pytest_cache/
|
||||
|
||||
# Ignore .cache except calibration
|
||||
.cache/*
|
||||
!.cache/calibration/
|
||||
!.cache/calibration/**
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
*.pot
|
||||
|
|
Loading…
Reference in New Issue