Closed andypost closed 3 years ago
Not cool, i'm changing this stuff usually (to run localy with traefik) and this removing will break my changes (especially for docker-compose.override.yml
)
@YurkinPark do you using make clean
?
Looks everyone disagree to kill overrides on clean, so maybe separate goal to clean-up overrides makes sense
I'm thinking about 2 things :
make reset
could indeed reset these files (and maybe be part of make clean
)make info
to warn user about changes in these files I'm thinking about 2 things :
make reset
could indeed reset these files (and maybe be part ofmake clean
)
You may just delete full folder and re-clone again @davidferlay
@gaydabura on other hand no reason to re-clone repo when there's git clean -f
Removal of
.env
anddocker/docker-compose.override.yml
will prevent using outdated ones