.gitignore 75 B

12345678910
  1. # Rust
  2. target/
  3. **/*.rs.bk
  4. # cargo-mobile2
  5. .cargo/
  6. /gen
  7. # macOS
  8. .DS_Store