| 12345678910111213141516171819202122232425 |
- # Visual Studio
- .vs/
- *.user
- *.suo
- # Build results
- bin/
- obj/
- publish-win-x64/
- # Debug and temporary files
- *.log
- *.tmp
- *.pdb
- # Documents from PM11
- *.docx
- *.pptx
- # Database
- database/
- csv/
- # Screenshots and temporary images
- *.png
|