Skip to content

Commit

Permalink
gitignore: Broadcast directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Aug 1, 2023
1 parent 88d3ef6 commit 6e7a628
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
cache/
out/

# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/**/dry-run/
# Ignore broadcast logs
broadcast/

# Forge generated docs
docs_generated/
Expand Down
4 changes: 1 addition & 3 deletions script/GreenhouseScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ $ forge script \

## Management

`Greenhouse` implements `chronicle-std`'s `Auth` and `Toll` modules which can be configured.

Set the following environment variables:
The following environment variables are necessary for all management commands:
- `GREENHOUSE`: The `Greenhouse` instance's address

### `IAuth::rely`
Expand Down

0 comments on commit 6e7a628

Please sign in to comment.