.gitignore 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. #OS junk files
  2. [Tt]humbs.db
  3. *.DS_Store
  4. #Output Linux Installer
  5. Installers/Linux/tmp_deb/
  6. Installers/Linux/tmp_run/
  7. *.run
  8. *.deb
  9. #Visual Studio files
  10. *.pidb
  11. *.userprefs
  12. *.[Oo]bj
  13. *.exe
  14. *.pdb
  15. *.user
  16. *.aps
  17. *.pch
  18. *.vspscc
  19. *.vssscc
  20. *_i.c
  21. *_p.c
  22. *.ncb
  23. *.suo
  24. *.tlb
  25. *.tlh
  26. *.bak
  27. *.[Cc]ache
  28. *.ilk
  29. *.log
  30. *.lib
  31. *.sbr
  32. *.sdf
  33. *.csproj.csdat
  34. ipch/
  35. obj/
  36. [Bb]in
  37. [Dd]ebug*/
  38. [Rr]elease*/
  39. Ankh.NoLoad
  40. .vs/
  41. project.lock.json
  42. /MonoGame.Framework/MonoGame.Framework.Net.WindowsUniversal.project.lock.json
  43. /MonoGame.Framework/MonoGame.Framework.WindowsUniversal.project.lock.json
  44. artifacts/
  45. # JetBrains Rider
  46. .idea/
  47. #Tooling
  48. _ReSharper*/
  49. *.resharper
  50. [Tt]est[Rr]esult*
  51. #Visual Studio Rebracer extension, allows the user to automatically change the style configuration by project
  52. rebracer.xml
  53. #Subversion files
  54. .svn
  55. # Office Temp Files
  56. ~$*
  57. #monodroid private beta
  58. monodroid*.msi
  59. #Unix temporary files
  60. *~
  61. # Output docs
  62. Documentation/Output/
  63. #Mac Package Files
  64. *.pkg
  65. *.mpack
  66. **/packages
  67. #Nuget Packages
  68. **/*.nupkg
  69. #Zip files
  70. *.zip
  71. Installers/MacOS/Scripts/Framework/postinstall
  72. IDE/MonoDevelop/MonoDevelop.MonoGame/templates/Common/MonoGame.Framework.dll.config
  73. # CAKE
  74. .cake/**
  75. # docfx
  76. _*