mirror of https://github.com/docker/compose.git
model: move to pkg (#2024)
This commit is contained in:
parent
ce61e7bf18
commit
91a2bdd6de
|
@ -2,7 +2,7 @@ package ignore
|
|||
|
||||
import (
|
||||
"github.com/windmilleng/tilt/internal/dockerignore"
|
||||
"github.com/windmilleng/tilt/internal/model"
|
||||
"github.com/windmilleng/tilt/pkg/model"
|
||||
)
|
||||
|
||||
// Filter out spurious changes that we don't want to rebuild on, like IDE
|
||||
|
|
Loading…
Reference in New Issue