Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0cd12a0

Browse files
committed
chore: Update .gitignore to include swig-wallet and docs; modify Cargo.toml to specify individual program members for workspace
1 parent 7d5bf05 commit 0cd12a0

76 files changed

Lines changed: 29794 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ yarn.lock
99
.env
1010
.surfpool
1111
*-wallet.json
12-
solana-ed25519-secp256k1-sig-verification
12+
swig-wallet
13+
docs

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[workspace]
22
members = [
3-
"programs/*"
3+
"programs/default_policy",
4+
"programs/lazorkit",
45
]
56
resolver = "2"
67

0 commit comments

Comments
 (0)