.gitignore 247 B

123456789101112131415161718192021222324252627
  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. *.sql
  21. # Screenshots and temporary images
  22. *.png