.gitignore 360 B

1234567891011121314
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. /target/
  4. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  5. # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
  6. # These are backup files generated by rustfmt
  7. **/*.rs.bk
  8. **/**/*.log*
  9. **/**/temp
  10. bin/
  11. **/src/protobuf
  12. .idea/