Skip to content

Commit

Permalink
chore(gitignore): 🤔 ignore proposal.toml (#3987)
Browse files Browse the repository at this point in the history
## describe your changes

this is generated by running the network integration tests.

this adds it to the gitignore, alongside `deployments/logs/`.

## checklist before requesting a review

- [x] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label.
  • Loading branch information
cratelyn authored Mar 10, 2024
1 parent 8be82e0 commit e6b70cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ tools/parameter-setup/Cargo.lock
# Relayer config referencing local devnet, will always be unique
# to current host env.
deployments/relayer/configs/penumbra-local.json
# Log files from smoke tests

# Logs, and other files from smoke tests
deployments/logs/
crates/bin/pcli/proposal.toml

# Memory profiler, via bytehound or otherwise
*.dat
Expand Down

0 comments on commit e6b70cb

Please sign in to comment.