.gitignore 68 B

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