Add Copilot instructions and .gitignore #29
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Configures GitHub Copilot coding agent instructions per best practices at https://gh.io/copilot-coding-agent-tips.
Changes
.github/copilot-instructions.md: 240-line guide covering:Keypair::from_bytesremoved in solana-sdk 3.0.0 (affects key_validator.rs:37, tui.rs:397, wallet_manager.rs:162) - migrate toKeypair::new_from_array([u8; 32])using first 32 bytes of keypairframe.size()deprecated in ratatui - useframe.area().gitignore: Standard Rust exclusions (target/, IDE files, coverage reports)Cleanup: Removed 2,083 committed build artifacts from target/
Example from instructions
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.