.gitignore 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. # User-specific files
  4. *.suo
  5. *.user
  6. *.userosscache
  7. *.sln.docstates
  8. # User-specific files (MonoDevelop/Xamarin Studio)
  9. *.userprefs
  10. # Build results
  11. [Dd]ebug/
  12. [Dd]ebugPublic/
  13. [Rr]elease/
  14. [Rr]eleases/
  15. x64/
  16. x86/
  17. build/
  18. bld/
  19. [Bb]in/
  20. [Oo]bj/
  21. Generated Files/
  22. BundleArtifacts/
  23. *.o
  24. *.bc
  25. *.data
  26. *.html
  27. *.mem
  28. *.js
  29. *.wasm
  30. *.wast
  31. # Visual Studio 2015 cache/options directory
  32. .vs/
  33. # Visual Studio 2015 intellisense database
  34. *.VC.db
  35. *.VC.opendb
  36. # MSTest test Results
  37. [Tt]est[Rr]esult*/
  38. [Bb]uild[Ll]og.*
  39. # NUNIT
  40. *.VisualState.xml
  41. TestResult.xml
  42. # Build Results of an ATL Project
  43. [Dd]ebugPS/
  44. [Rr]eleasePS/
  45. dlldata.c
  46. # DNX
  47. project.lock.json
  48. artifacts/
  49. *_i.c
  50. *_p.c
  51. *_i.h
  52. *.ilk
  53. *.meta
  54. *.obj
  55. *.pch
  56. *.pdb
  57. *.pgc
  58. *.pgd
  59. *.rsp
  60. *.sbr
  61. *.tlb
  62. *.tli
  63. *.tlh
  64. *.tmp
  65. *.tmp_proj
  66. *.log
  67. *.vspscc
  68. *.vssscc
  69. .builds
  70. *.pidb
  71. *.svclog
  72. *.scc
  73. # Chutzpah Test files
  74. _Chutzpah*
  75. # Visual C++ cache files
  76. ipch/
  77. *.aps
  78. *.ncb
  79. *.opensdf
  80. *.sdf
  81. *.cachefile
  82. # Visual Studio profiler
  83. *.psess
  84. *.vsp
  85. *.vspx
  86. # TFS 2012 Local Workspace
  87. $tf/
  88. # Guidance Automation Toolkit
  89. *.gpState
  90. # ReSharper is a .NET coding add-in
  91. _ReSharper*/
  92. *.[Rr]e[Ss]harper
  93. *.DotSettings.user
  94. # JustCode is a .NET coding add-in
  95. .JustCode
  96. # TeamCity is a build add-in
  97. _TeamCity*
  98. # DotCover is a Code Coverage Tool
  99. *.dotCover
  100. # NCrunch
  101. _NCrunch_*
  102. .*crunch*.local.xml
  103. # MightyMoose
  104. *.mm.*
  105. AutoTest.Net/
  106. # Web workbench (sass)
  107. .sass-cache/
  108. # Installshield output folder
  109. [Ee]xpress/
  110. # DocProject is a documentation generator add-in
  111. DocProject/buildhelp/
  112. DocProject/Help/*.HxT
  113. DocProject/Help/*.HxC
  114. DocProject/Help/*.hhc
  115. DocProject/Help/*.hhk
  116. DocProject/Help/*.hhp
  117. DocProject/Help/Html2
  118. DocProject/Help/html
  119. # Click-Once directory
  120. publish/
  121. # Publish Web Output
  122. *.[Pp]ublish.xml
  123. *.azurePubxml
  124. ## TODO: Comment the next line if you want to checkin your
  125. ## web deploy settings but do note that will include unencrypted
  126. ## passwords
  127. #*.pubxml
  128. *.publishproj
  129. # NuGet Packages
  130. *.nupkg
  131. # The packages folder can be ignored because of Package Restore
  132. **/packages/*
  133. # except build/, which is used as an MSBuild target.
  134. !**/packages/build/
  135. # Uncomment if necessary however generally it will be regenerated when needed
  136. #!**/packages/repositories.config
  137. # Windows Azure Build Output
  138. csx/
  139. *.build.csdef
  140. # Windows Store app package directory
  141. AppPackages/
  142. # Visual Studio cache files
  143. # files ending in .cache can be ignored
  144. *.[Cc]ache
  145. # but keep track of directories ending in .cache
  146. !*.[Cc]ache/
  147. # Others
  148. ClientBin/
  149. [Ss]tyle[Cc]op.*
  150. ~$*
  151. *~
  152. *.dbmdl
  153. *.dbproj.schemaview
  154. *.pfx
  155. *.publishsettings
  156. node_modules/
  157. orleans.codegen.cs
  158. # RIA/Silverlight projects
  159. Generated_Code/
  160. # Backup & report files from converting an old project file
  161. # to a newer Visual Studio version. Backup files are not needed,
  162. # because we have git ;-)
  163. _UpgradeReport_Files/
  164. Backup*/
  165. UpgradeLog*.XML
  166. UpgradeLog*.htm
  167. # SQL Server files
  168. *.mdf
  169. *.ldf
  170. # Business Intelligence projects
  171. *.rdl.data
  172. *.bim.layout
  173. *.bim_*.settings
  174. # Microsoft Fakes
  175. FakesAssemblies/
  176. # Node.js Tools for Visual Studio
  177. .ntvs_analysis.dat
  178. # Visual Studio 6 build log
  179. *.plg
  180. # Visual Studio 6 workspace options file
  181. *.opt
  182. # LightSwitch generated files
  183. GeneratedArtifacts/
  184. _Pvt_Extensions/
  185. ModelManifest.xml
  186. # SDL2 associated file
  187. SDL2
  188. !SDL2/README.txt
  189. android/gen
  190. android/libs
  191. android/so
  192. *.properties
  193. *.keystore
  194. resources
  195. sdlpal
  196. data
  197. xcshareddata
  198. xcuserdata