mirror of https://github.com/docker/compose.git
change org name from windmilleng to tilt-dev (#3346)
This commit is contained in:
parent
12916b75a2
commit
3f526c5c7b
|
@ -1,8 +1,8 @@
|
||||||
package ignore
|
package ignore
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/windmilleng/tilt/internal/dockerignore"
|
"github.com/tilt-dev/tilt/internal/dockerignore"
|
||||||
"github.com/windmilleng/tilt/pkg/model"
|
"github.com/tilt-dev/tilt/pkg/model"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Filter out spurious changes that we don't want to rebuild on, like IDE
|
// Filter out spurious changes that we don't want to rebuild on, like IDE
|
||||||
|
|
Loading…
Reference in New Issue