.gitignore 304 B

1234567891011121314
  1. .DS_Store
  2. # Generated by Cargo
  3. # will have compiled files and executables
  4. /target/
  5. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  6. # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
  7. Cargo.lock
  8. # RustFmt files
  9. **/*.rs.bk
  10. # intellij
  11. .idea