.gitignore 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ################################################################################
  2. ### IDE directories
  3. ################################################################################
  4. .vs/
  5. .vscode/
  6. .idea/
  7. ################################################################################
  8. ### User specific files that can be generated by Visual Studio
  9. ################################################################################
  10. *.suo
  11. *.user
  12. ################################################################################
  13. ### Build and Intermediate directories
  14. ################################################################################
  15. [Bb]in/
  16. [Oo]bj/
  17. ################################################################################
  18. ### Build artifacts directory
  19. ################################################################################
  20. *.[Aa]rtifacts/
  21. ################################################################################
  22. ### Local nugets cache
  23. ################################################################################
  24. .nuget/
  25. pipeline-references/
  26. ################################################################################
  27. ### OS specific auto generated files
  28. ################################################################################
  29. .DS_Store
  30. [Tt]humbs.db
  31. ################################################################################
  32. ### Not needed Monogame files
  33. ################################################################################
  34. *.mgstats