model: move to pkg (#2024)

This commit is contained in:
Dan Miller 2019-08-09 12:52:31 -04:00 committed by Milas Bowman
parent ce61e7bf18
commit 91a2bdd6de
1 changed files with 1 additions and 1 deletions

View File

@ -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