Skip to content

Commit 91c07d0

Browse files
committed
ignore JSON and Cadence test files
1 parent fefe61c commit 91c07d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/go/contracts/contracts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package contracts
22

3-
//go:generate go run github.com/kevinburke/go-bindata/go-bindata -prefix ../../../contracts -o internal/assets/assets.go -pkg assets -nometadata -nomemcopy ../../../contracts/...
3+
//go:generate go run github.com/kevinburke/go-bindata/go-bindata -ignore=.*_test\.cdc -ignore=.*.json -prefix ../../../contracts -o internal/assets/assets.go -pkg assets -nometadata -nomemcopy ../../../contracts/...
44

55
import (
66
"fmt"

0 commit comments

Comments
 (0)