Skip to content

Commit 043d494

Browse files
committed
ignore all steel projects
1 parent 2ca384f commit 043d494

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/.ghaignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,26 @@ tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor
4242
tokens/token-2022/mint-close-authority/native
4343
tokens/token-2022/transfer-fee/native
4444
tokens/token-2022/non-transferable/native
45+
46+
# all steel projects
47+
48+
basics/account-data/steel
49+
basics/checking-accounts/steel
50+
basics/close-account/steel
51+
basics/counter/steel
52+
basics/create-account/steel
53+
basics/cross-program-invocation/steel
54+
basics/favorites/steel
55+
basics/pda-rent-payer/steel
56+
basics/processing-instructions/steel
57+
basics/program-derived-addresses/steel
58+
basics/realloc/steel
59+
basics/rent/steel
60+
basics/transfer-sol/steel
61+
62+
tokens/escrow/steel
63+
64+
tokens/pda-mint-authority/steel
65+
tokens/spl-token-minter/steel
66+
tokens/token-swap/steel
67+
tokens/transfer-tokens/steel

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Onchain program examples for :anchor: Anchor :crab: Native Rust, [TS] TypeScript and :snake: Python
44

5-
[![Native](https://github.com/solana-developers/program-examples/actions/workflows/solana-native.yml/badge.svg?event=schedule)](https://github.com/solana-developers/program-examples/actions/workflows/solana-native.yml) [![Anchor](https://github.com/solana-developers/program-examples/actions/workflows/anchor.yml/badge.svg?event=schedule)](https://github.com/solana-developers/program-examples/actions/workflows/anchor.yml) [![Steel](https://github.com/solana-developers/program-examples/actions/workflows/steel.yml/badge.svg?event=schedule)](https://github.com/solana-developers/program-examples/actions/workflows/steel.yml)
5+
[![Native](https://github.com/solana-developers/program-examples/actions/workflows/solana-native.yml/badge.svg?event=schedule)](https://github.com/solana-developers/program-examples/actions/workflows/solana-native.yml) [![Anchor](https://github.com/solana-developers/program-examples/actions/workflows/anchor.yml/badge.svg?event=schedule)](https://github.com/solana-developers/program-examples/actions/workflows/anchor.yml)
66

77
This repo contains Solana onchain programs (referred to as 'Smart Contracts' in other blockchains).
88

0 commit comments

Comments
 (0)