Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ artifacts/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand All @@ -34,7 +34,7 @@ Cargo.lock
config.yaml
config.*.yaml
!config.example.yaml

!config.xion.example.yaml
context/*.config.json

tmp/
Expand All @@ -43,3 +43,6 @@ node_modules/
wasm_codes.zip

.yarn/install-state.gz

# Ignore hyperlane deployment (to ensure we don't leak key accidentally)
example/
Loading