-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
27 lines (24 loc) · 892 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
.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 `firestark`
# (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-acme`) 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/firestark start --help` (which is totally fine).
.envrc*
*.spkg
/firestark
/build
/dist
/build
firehose-data
pathfinder-data