.gitignore 73 B

12345678910
  1. # Rust
  2. /target/
  3. Cargo.lock
  4. # CLion/IDEA
  5. *.iml
  6. .idea/
  7. # MacOS
  8. .DS_Store