Skip to content
Draft
Show file tree
Hide file tree
Changes from 4 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
6 changes: 6 additions & 0 deletions solana/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Build output
target/

# The root .gitignore excludes `**/proofs/*`. Re-include the pinned SP1 v6.1.0
# Groth16 verifying key — it's a load-bearing constant, not test data.
!proofs/groth16_vk_v6_1_0.bin
Loading