.gitignore 131 B

123456789
  1. # Ignore Rust build artifacts
  2. /target
  3. # Ignore Protobuf build artifacts
  4. src/network/p2p.pb.go
  5. src/network/p2p.proto
  6. tools/
  7. dist/