.gitignore 74 B

1234567891011
  1. bin/
  2. obj/
  3. *.user
  4. *.suo
  5. .vs
  6. x64/
  7. Release/
  8. Debug/
  9. build/
  10. Cargo.lock
  11. target/