.gitignore 249 B

123456789101112131415
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. **/target/
  4. # Cargo lock file for native runtime - only used for cargo test
  5. ./Cargo.lock
  6. # These are backup files generated by rustfmt
  7. **/*.rs.bk
  8. # JetBrains IDEs
  9. .idea
  10. # Vim
  11. .*.sw*