| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- ################################################################################
- ### IDE directories
- ################################################################################
- .vs/
- .vscode/
- .idea/
- ################################################################################
- ### User specific files that can be generated by Visual Studio
- ################################################################################
- *.suo
- *.user
- ################################################################################
- ### Build and Intermediate directories
- ################################################################################
- [Bb]in/
- [Oo]bj/
- ################################################################################
- ### Build artifacts directory
- ################################################################################
- *.[Aa]rtifacts/
- ################################################################################
- ### Local nugets cache
- ################################################################################
- .nuget/
- pipeline-references/
- ################################################################################
- ### OS specific auto generated files
- ################################################################################
- .DS_Store
- [Tt]humbs.db
- ################################################################################
- ### Not needed Monogame files
- ################################################################################
- *.mgstats
|