Răsfoiți Sursa

ignore all steel projects

Ayush 4 luni în urmă
părinte
comite
043d494952
2 a modificat fișierele cu 24 adăugiri și 1 ștergeri
  1. 23 0
      .github/.ghaignore
  2. 1 1
      README.md

+ 23 - 0
.github/.ghaignore

@@ -42,3 +42,26 @@ tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor
 tokens/token-2022/mint-close-authority/native
 tokens/token-2022/transfer-fee/native
 tokens/token-2022/non-transferable/native
+
+# all steel projects
+
+basics/account-data/steel
+basics/checking-accounts/steel
+basics/close-account/steel
+basics/counter/steel
+basics/create-account/steel
+basics/cross-program-invocation/steel
+basics/favorites/steel
+basics/pda-rent-payer/steel
+basics/processing-instructions/steel
+basics/program-derived-addresses/steel
+basics/realloc/steel
+basics/rent/steel
+basics/transfer-sol/steel
+
+tokens/escrow/steel
+
+tokens/pda-mint-authority/steel
+tokens/spl-token-minter/steel
+tokens/token-swap/steel
+tokens/transfer-tokens/steel

+ 1 - 1
README.md

@@ -2,7 +2,7 @@
 
 ## Onchain program examples for :anchor: Anchor :crab: Native Rust, [TS] TypeScript  and :snake: Python
 
-[![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)
+[![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)
 
 This repo contains Solana onchain programs (referred to as 'Smart Contracts' in other blockchains).