Fix nightly by updating .cache in dockerignore (#464)
This commit is contained in:
parent
1a343c3591
commit
d5b669634a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue