Skip to content

Commit 94357a0

Browse files
committed
Add test files and shell scripts to .tiltignore
1 parent e667390 commit 94357a0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.tiltignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
LICENSE
55
Makefile
66
.github
7-
.vscode
7+
.vscode
8+
*_test.go
9+
*/test
10+
.sh

catalogd/internal/source/containers_image_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/go-logr/logr/funcr"
1818
"github.com/google/go-containerregistry/pkg/name"
1919
"github.com/google/go-containerregistry/pkg/registry"
20-
"github.com/google/go-containerregistry/pkg/v1"
20+
v1 "github.com/google/go-containerregistry/pkg/v1"
2121
"github.com/google/go-containerregistry/pkg/v1/mutate"
2222
"github.com/google/go-containerregistry/pkg/v1/random"
2323
"github.com/google/go-containerregistry/pkg/v1/remote"

0 commit comments

Comments
 (0)