Skip to content
Open
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
4 changes: 4 additions & 0 deletions cspell-custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,3 +276,7 @@ xpla
XPLA
XRPL
Zellic

soroban
stroops
contractimpl
21 changes: 21 additions & 0 deletions stellar/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# IDEs
.vscode
.idea
.nvim.lua

# Rust/Cargo
debug/
target/
# TODO(template) Cargo.lock should be tracked in binary crates, but not in libraries
Cargo.lock

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# These are backup files generated by rustfmt
**/*.rs.bk

# Code coverage output
lcov.info

test_snapshots/
Loading
Loading