forked from cerc-io/ipld-eth-server
605b0a96ae
* Add graphql server * Update Makefile * Update log_filters constraint * Add GetLogFilter to repo * Update travis (use Makefile, go fmt, go vet) * Add logFilter schema and resolvers * Add GetWatchedEvent to watched_events_repo * Add watchedEventLog schema and resolvers
14 lines
147 B
Plaintext
14 lines
147 B
Plaintext
# IntelliJ project files
|
|
.idea/
|
|
opentracing-go.iml
|
|
opentracing-go.ipr
|
|
opentracing-go.iws
|
|
|
|
# Test results
|
|
*.cov
|
|
*.html
|
|
test.log
|
|
|
|
# Build dir
|
|
build/
|