.gitignore 47 B

12345678
  1. bin/
  2. obj/
  3. *.user
  4. *.suo
  5. .vs
  6. x64/
  7. Release/
  8. Debug/