.gitignore 231 B

12345678910111213141516171819202122232425
  1. # Visual Studio
  2. .vs/
  3. *.user
  4. *.suo
  5. # Build results
  6. bin/
  7. obj/
  8. publish-win-x64/
  9. # Debug and temporary files
  10. *.log
  11. *.tmp
  12. *.pdb
  13. # Documents from PM11
  14. *.docx
  15. *.pptx
  16. # Database
  17. database/
  18. csv/
  19. # Screenshots and temporary images
  20. *.png