You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

188 lines
2.7 KiB

  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. *.sln.docstates
  7. # Build results
  8. [Dd]ebug/
  9. [Dd]ebugPublic/
  10. [Rr]elease/
  11. x64/
  12. build/
  13. bld/
  14. [Bb]in/
  15. [Oo]bj/
  16. # Roslyn cache directories
  17. *.ide/
  18. # MSTest test Results
  19. [Tt]est[Rr]esult*/
  20. [Bb]uild[Ll]og.*
  21. #NUNIT
  22. *.VisualState.xml
  23. TestResult.xml
  24. # Build Results of an ATL Project
  25. [Dd]ebugPS/
  26. [Rr]eleasePS/
  27. dlldata.c
  28. *_i.c
  29. *_p.c
  30. *_i.h
  31. *.ilk
  32. *.meta
  33. *.obj
  34. *.pch
  35. *.pdb
  36. *.pgc
  37. *.pgd
  38. *.rsp
  39. *.sbr
  40. *.tlb
  41. *.tli
  42. *.tlh
  43. *.tmp
  44. *.tmp_proj
  45. *.log
  46. *.vspscc
  47. *.vssscc
  48. .builds
  49. *.pidb
  50. *.svclog
  51. *.scc
  52. # Chutzpah Test files
  53. _Chutzpah*
  54. # Visual C++ cache files
  55. ipch/
  56. *.aps
  57. *.ncb
  58. *.opensdf
  59. *.sdf
  60. *.cachefile
  61. # Visual Studio profiler
  62. *.psess
  63. *.vsp
  64. *.vspx
  65. # TFS 2012 Local Workspace
  66. $tf/
  67. # Guidance Automation Toolkit
  68. *.gpState
  69. # ReSharper is a .NET coding add-in
  70. _ReSharper*/
  71. *.[Rr]e[Ss]harper
  72. *.DotSettings.user
  73. # JustCode is a .NET coding addin-in
  74. .JustCode
  75. # TeamCity is a build add-in
  76. _TeamCity*
  77. # DotCover is a Code Coverage Tool
  78. *.dotCover
  79. # NCrunch
  80. _NCrunch_*
  81. .*crunch*.local.xml
  82. # MightyMoose
  83. *.mm.*
  84. AutoTest.Net/
  85. # Web workbench (sass)
  86. .sass-cache/
  87. # Installshield output folder
  88. [Ee]xpress/
  89. # DocProject is a documentation generator add-in
  90. DocProject/buildhelp/
  91. DocProject/Help/*.HxT
  92. DocProject/Help/*.HxC
  93. DocProject/Help/*.hhc
  94. DocProject/Help/*.hhk
  95. DocProject/Help/*.hhp
  96. DocProject/Help/Html2
  97. DocProject/Help/html
  98. # Click-Once directory
  99. publish/
  100. # Publish Web Output
  101. *.[Pp]ublish.xml
  102. *.azurePubxml
  103. ## TODO: Comment the next line if you want to checkin your
  104. ## web deploy settings but do note that will include unencrypted
  105. ## passwords
  106. #*.pubxml
  107. # NuGet Packages Directory
  108. packages/*
  109. ## TODO: If the tool you use requires repositories.config
  110. ## uncomment the next line
  111. #!packages/repositories.config
  112. # Enable "build/" folder in the NuGet Packages folder since
  113. # NuGet packages use it for MSBuild targets.
  114. # This line needs to be after the ignore of the build folder
  115. # (and the packages folder if the line above has been uncommented)
  116. !packages/build/
  117. # Windows Azure Build Output
  118. csx/
  119. *.build.csdef
  120. # Windows Store app package directory
  121. AppPackages/
  122. # Others
  123. sql/
  124. *.Cache
  125. ClientBin/
  126. [Ss]tyle[Cc]op.*
  127. ~$*
  128. *~
  129. *.dbmdl
  130. *.dbproj.schemaview
  131. *.pfx
  132. *.publishsettings
  133. node_modules/
  134. # RIA/Silverlight projects
  135. Generated_Code/
  136. # Backup & report files from converting an old project file
  137. # to a newer Visual Studio version. Backup files are not needed,
  138. # because we have git ;-)
  139. _UpgradeReport_Files/
  140. Backup*/
  141. UpgradeLog*.XML
  142. UpgradeLog*.htm
  143. # SQL Server files
  144. *.mdf
  145. *.ldf
  146. # Business Intelligence projects
  147. *.rdl.data
  148. *.bim.layout
  149. *.bim_*.settings
  150. # Microsoft Fakes
  151. FakesAssemblies/
  152. # LightSwitch generated files
  153. GeneratedArtifacts/
  154. _Pvt_Extensions/
  155. ModelManifest.xml