Skip to content

Commit

Permalink
ignore JSON and Cadence test files
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Oct 18, 2024
1 parent 0320e41 commit 107455d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/go/contracts/contracts.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package contracts

//go:generate go run github.com/kevinburke/go-bindata/go-bindata -prefix ../../../contracts -o internal/assets/assets.go -pkg assets -nometadata -nomemcopy ../../../contracts/...
//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/...

import (
"fmt"
Expand Down

0 comments on commit 107455d

Please sign in to comment.