W_Engine_Team_Study

.gitignore 4.2KB

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