Files
solana/web3.js/.gitignore
Justin Starry e9b08b5e7f fix: remove deprecated bpf-sdk, localnet, and examples
BREAKING CHANGE: Removed binaries solana-localnet and solana-bpf-sdk-install.
Please install the Solana CLI tools to download the BPF SDK and to
install the solana-test-validator binary intead.
2021-03-19 17:45:08 +08:00

30 lines
257 B
Plaintext

# IDE & OS specific
.DS_Store
.idea
# Logs
logs
*.log
# Dependencies
node_modules
# Coverage
coverage
.nyc_output
# Release
lib
# Generated docs
doc
# VIM swap files
*.sw*
# `solana-test-validator` ledger location
test-ledger/
# Flow
module.flow.js