Skip to content

Commit 8a13d15

Browse files
authored
solana: fix .gitignore; add idl and types (#8)
Co-authored-by: A5 Pickle <a5-pickle@users.noreply.github.com>
1 parent 0cbb0b3 commit 8a13d15

7 files changed

+12651
-4
lines changed

solana/.gitignore

+6-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
.private
55
.vscode
66
**/*.rs.bk
7-
artifacts-*
8-
node_modules
9-
target
10-
ts/tests/artifacts
7+
/artifacts-*
8+
/node_modules
9+
/target/*
10+
!/target/idl
11+
!/target/types
12+
/ts/tests/artifacts

0 commit comments

Comments
 (0)