Skip to content

Commit 2aa58b8

Browse files
authored
Merge pull request #49 from deniyuda348/dev
Dev
2 parents 432914f + 662ffb8 commit 2aa58b8

Some content is hidden

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

80 files changed

+23046
-5871
lines changed

offchain/.gitignore

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
1-
log.txt
2-
target/
1+
.env
2+
target
3+
blacklist.txt
4+
yellowstone-grpc
5+
pumpfun
6+
pumpfun-sdk
7+
substreams-solana-idl-examples
8+
pumpswap-sdk
9+
pump-swap-sdk
10+
src_restore
11+
# Rust build artifacts
12+
/target
13+
**/*.rs.bk
14+
Cargo.lock
15+
client
16+
17+
# IDE files
18+
.idea/
19+
.vscode/
20+
*.iml
21+
22+
# Environment files
23+
.env
24+
.env.*
25+
26+
# Transaction records
27+
/record/
28+
/record/pumpfun/
29+
/record/pumpswap/
30+
/record/raydium/
31+
32+
# Logs
33+
*.log

0 commit comments

Comments
 (0)