.gitignore 241 B

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