.gitignore 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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. bld/
  18. [Bb]in/
  19. [Oo]bj/
  20. [Ll]og/
  21. data/Minigames
  22. !data/Minigames/.keep
  23. *.dll
  24. # Visual Studio 2015 cache/options directory
  25. .vs/
  26. # Uncomment if you have tasks that create the project's static files in wwwroot
  27. #wwwroot/
  28. # MSTest test Results
  29. [Tt]est[Rr]esult*/
  30. [Bb]uild[Ll]og.*
  31. # NUNIT
  32. *.VisualState.xml
  33. TestResult.xml
  34. # Build Results of an ATL Project
  35. [Dd]ebugPS/
  36. [Rr]eleasePS/
  37. dlldata.c
  38. # DNX
  39. project.lock.json
  40. project.fragment.lock.json
  41. artifacts/
  42. *_i.c
  43. *_p.c
  44. *_i.h
  45. *.ilk
  46. *.meta
  47. *.obj
  48. *.pch
  49. *.pdb
  50. *.pgc
  51. *.pgd
  52. *.rsp
  53. *.sbr
  54. *.tlb
  55. *.tli
  56. *.tlh
  57. *.tmp
  58. *.tmp_proj
  59. *.log
  60. *.vspscc
  61. *.vssscc
  62. .builds
  63. *.pidb
  64. *.svclog
  65. *.scc
  66. # Chutzpah Test files
  67. _Chutzpah*
  68. # Visual C++ cache files
  69. ipch/
  70. *.aps
  71. *.ncb
  72. *.opendb
  73. *.opensdf
  74. *.sdf
  75. *.cachefile
  76. *.VC.db
  77. *.VC.VC.opendb
  78. # Visual Studio profiler
  79. *.psess
  80. *.vsp
  81. *.vspx
  82. *.sap
  83. # TFS 2012 Local Workspace
  84. $tf/
  85. # Guidance Automation Toolkit
  86. *.gpState
  87. # ReSharper is a .NET coding add-in
  88. _ReSharper*/
  89. *.[Rr]e[Ss]harper
  90. *.DotSettings.user
  91. # JustCode is a .NET coding add-in
  92. .JustCode
  93. # TeamCity is a build add-in
  94. _TeamCity*
  95. # DotCover is a Code Coverage Tool
  96. *.dotCover
  97. # NCrunch
  98. _NCrunch_*
  99. .*crunch*.local.xml
  100. nCrunchTemp_*
  101. # MightyMoose
  102. *.mm.*
  103. AutoTest.Net/
  104. # Web workbench (sass)
  105. .sass-cache/
  106. # Installshield output folder
  107. [Ee]xpress/
  108. # DocProject is a documentation generator add-in
  109. DocProject/buildhelp/
  110. DocProject/Help/*.HxT
  111. DocProject/Help/*.HxC
  112. DocProject/Help/*.hhc
  113. DocProject/Help/*.hhk
  114. DocProject/Help/*.hhp
  115. DocProject/Help/Html2
  116. DocProject/Help/html
  117. # Click-Once directory
  118. publish/
  119. # Publish Web Output
  120. *.[Pp]ublish.xml
  121. *.azurePubxml
  122. # TODO: Comment the next line if you want to checkin your web deploy settings
  123. # but database connection strings (with potential passwords) will be unencrypted
  124. #*.pubxml
  125. *.publishproj
  126. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  127. # checkin your Azure Web App publish settings, but sensitive information contained
  128. # in these scripts will be unencrypted
  129. PublishScripts/
  130. # NuGet Packages
  131. *.nupkg
  132. # The packages folder can be ignored because of Package Restore
  133. **/packages/*
  134. # except build/, which is used as an MSBuild target.
  135. !**/packages/build/
  136. # Uncomment if necessary however generally it will be regenerated when needed
  137. #!**/packages/repositories.config
  138. # NuGet v3's project.json files produces more ignoreable files
  139. *.nuget.props
  140. *.nuget.targets
  141. # Microsoft Azure Build Output
  142. csx/
  143. *.build.csdef
  144. # Microsoft Azure Emulator
  145. ecf/
  146. rcf/
  147. # Windows Store app package directories and files
  148. AppPackages/
  149. BundleArtifacts/
  150. Package.StoreAssociation.xml
  151. _pkginfo.txt
  152. # Visual Studio cache files
  153. # files ending in .cache can be ignored
  154. *.[Cc]ache
  155. # but keep track of directories ending in .cache
  156. !*.[Cc]ache/
  157. # Others
  158. ClientBin/
  159. ~$*
  160. *~
  161. *.dbmdl
  162. *.dbproj.schemaview
  163. *.jfm
  164. *.pfx
  165. *.publishsettings
  166. node_modules/
  167. orleans.codegen.cs
  168. # Since there are multiple workflows, uncomment next line to ignore bower_components
  169. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  170. #bower_components/
  171. # RIA/Silverlight projects
  172. Generated_Code/
  173. # Backup & report files from converting an old project file
  174. # to a newer Visual Studio version. Backup files are not needed,
  175. # because we have git ;-)
  176. _UpgradeReport_Files/
  177. Backup*/
  178. UpgradeLog*.XML
  179. UpgradeLog*.htm
  180. # SQL Server files
  181. *.mdf
  182. *.ldf
  183. # Business Intelligence projects
  184. *.rdl.data
  185. *.bim.layout
  186. *.bim_*.settings
  187. # Microsoft Fakes
  188. FakesAssemblies/
  189. # GhostDoc plugin setting file
  190. *.GhostDoc.xml
  191. # Node.js Tools for Visual Studio
  192. .ntvs_analysis.dat
  193. # Visual Studio 6 build log
  194. *.plg
  195. # Visual Studio 6 workspace options file
  196. *.opt
  197. # Visual Studio LightSwitch build output
  198. **/*.HTMLClient/GeneratedArtifacts
  199. **/*.DesktopClient/GeneratedArtifacts
  200. **/*.DesktopClient/ModelManifest.xml
  201. **/*.Server/GeneratedArtifacts
  202. **/*.Server/ModelManifest.xml
  203. _Pvt_Extensions
  204. # Paket dependency manager
  205. .paket/paket.exe
  206. paket-files/
  207. # FAKE - F# Make
  208. .fake/
  209. # JetBrains Rider
  210. .idea/
  211. *.sln.iml
  212. # CodeRush
  213. .cr/
  214. # Python Tools for Visual Studio (PTVS)
  215. __pycache__/
  216. *.pyc
  217. *.dll
  218. *.exe