forked from graphprotocol/firehose-arweave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
27 lines (23 loc) · 887 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ms1.md
ms1.test.md
.idea/
.DS_Store
# To facilitate development, you can use [direnv](https://direnv.net/) to auto-load
# some environment variables. We have in `devel` a shim script called directly `firearweave`
# (that should have been renamed to your specific chain like `fireeth`). This small shim
# compiles the project and then invoke resulting binary. This means that when using this
# .envrc file:
#
# ```
# export PATH="`pwd`/devel:$PATH"
# ```
#
# Each time you enter the project in your terminal (e.g. `cd ~/work/firehose-arweave`) and then
# do `firehose start --help`, then it first compiles all the Go source code and then invoke the
# resulting just compiled binary, meaning you are "always" freshly compiled, it's more or less
# equivalent to doing directly `go run ./cmd/firearweave start --help` (which is totally fine).
.envrc*
sf-data
/firearweave
/dist
fire-data