Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3.  
  4. # User-specific files
  5. *.suo
  6. *.user
  7. *.userosscache
  8. *.sln.docstates
  9.  
  10. # User-specific files (MonoDevelop/Xamarin Studio)
  11. *.userprefs
  12.  
  13. # Build results
  14. [Dd]ebug/
  15. [Dd]ebugPublic/
  16. [Rr]elease/
  17. [Rr]eleases/
  18. [Xx]64/
  19. [Xx]86/
  20. [Bb]uild/
  21. bld/
  22. [Bb]in/
  23. [Oo]bj/
  24.  
  25. # Visual Studio 2015 cache/options directory
  26. .vs/
  27.  
  28. # compiled output
  29. /dist
  30. /tmp
  31.  
  32. # dependencies
  33. /node_modules
  34. /bower_components
  35.  
  36. # IDEs and editors
  37. /.idea
  38. /.vscode
  39. .project
  40. .classpath
  41. *.launch
  42. .settings/
  43.  
  44. # misc
  45. /.sass-cache
  46. /connect.lock
  47. /coverage/*
  48. /libpeerconnection.log
  49. npm-debug.log
  50. testem.log
  51. /typings
  52.  
  53. # e2e
  54. /e2e/*.js
  55. /e2e/*.map
  56.  
  57. #System Files
  58. .DS_Store
  59. Thumbs.db
  60.  
  61. # MSTest test Results
  62. [Tt]est[Rr]esult*/
  63. [Bb]uild[Ll]og.*
  64.  
  65. # NUNIT
  66. *.VisualState.xml
  67. TestResult.xml
  68.  
  69. # Build Results of an ATL Project
  70. [Dd]ebugPS/
  71. [Rr]eleasePS/
  72. dlldata.c
  73.  
  74. # DNX
  75. project.lock.json
  76. artifacts/
  77.  
  78. *_i.c
  79. *_p.c
  80. *_i.h
  81. *.ilk
  82. *.meta
  83. *.obj
  84. *.pch
  85. *.pdb
  86. *.pgc
  87. *.pgd
  88. *.rsp
  89. *.sbr
  90. *.tlb
  91. *.tli
  92. *.tlh
  93. *.tmp
  94. *.tmp_proj
  95. *.log
  96. *.vspscc
  97. *.vssscc
  98. .builds
  99. *.pidb
  100. *.svclog
  101. *.scc
  102.  
  103. # Chutzpah Test files
  104. _Chutzpah*
  105.  
  106. # Visual C++ cache files
  107. ipch/
  108. *.aps
  109. *.ncb
  110. *.opendb
  111. *.opensdf
  112. *.sdf
  113. *.cachefile
  114. *.VC.db
  115.  
  116. # Visual Studio profiler
  117. *.psess
  118. *.vsp
  119. *.vspx
  120. *.sap
  121.  
  122. # TFS 2012 Local Workspace
  123. $tf/
  124.  
  125. # Guidance Automation Toolkit
  126. *.gpState
  127.  
  128. # ReSharper is a .NET coding add-in
  129. _ReSharper*/
  130. *.[Rr]e[Ss]harper
  131. *.DotSettings.user
  132.  
  133. # JustCode is a .NET coding add-in
  134. .JustCode
  135.  
  136. # TeamCity is a build add-in
  137. _TeamCity*
  138.  
  139. # DotCover is a Code Coverage Tool
  140. *.dotCover
  141.  
  142. # NCrunch
  143. _NCrunch_*
  144. .*crunch*.local.xml
  145. nCrunchTemp_*
  146.  
  147. # MightyMoose
  148. *.mm.*
  149. AutoTest.Net/
  150.  
  151. # Web workbench (sass)
  152. .sass-cache/
  153.  
  154. # Installshield output folder
  155. [Ee]xpress/
  156.  
  157. # DocProject is a documentation generator add-in
  158. DocProject/buildhelp/
  159. DocProject/Help/*.HxT
  160. DocProject/Help/*.HxC
  161. DocProject/Help/*.hhc
  162. DocProject/Help/*.hhk
  163. DocProject/Help/*.hhp
  164. DocProject/Help/Html2
  165. DocProject/Help/html
  166.  
  167. # Click-Once directory
  168. publish/
  169.  
  170. # Publish Web Output
  171. *.[Pp]ublish.xml
  172. *.azurePubxml
  173.  
  174. # TODO: Un-comment the next line if you do not want to checkin
  175. # your web deploy settings because they may include unencrypted
  176. # passwords
  177. #*.pubxml
  178. *.publishproj
  179.  
  180. # NuGet Packages
  181. *.nupkg
  182. # The packages folder can be ignored because of Package Restore
  183. **/packages/*
  184. # except build/, which is used as an MSBuild target.
  185. !**/packages/build/
  186. # Uncomment if necessary however generally it will be regenerated when needed
  187. #!**/packages/repositories.config
  188. # NuGet v3's project.json files produces more ignoreable files
  189. *.nuget.props
  190. *.nuget.targets
  191.  
  192. # Microsoft Azure Build Output
  193. csx/
  194. *.build.csdef
  195.  
  196. # Microsoft Azure Emulator
  197. ecf/
  198. rcf/
  199.  
  200. # Windows Store app package directory
  201. AppPackages/
  202. BundleArtifacts/
  203.  
  204. # Visual Studio cache files
  205. # files ending in .cache can be ignored
  206. *.[Cc]ache
  207. # but keep track of directories ending in .cache
  208. !*.[Cc]ache/
  209.  
  210. # Others
  211. ClientBin/
  212. [Ss]tyle[Cc]op.*
  213. ~$*
  214. *~
  215. *.dbmdl
  216. *.dbproj.schemaview
  217. *.pfx
  218. *.publishsettings
  219. node_modules/
  220. orleans.codegen.cs
  221.  
  222. # RIA/Silverlight projects
  223. Generated_Code/
  224.  
  225. # Backup & report files from converting an old project file
  226. # to a newer Visual Studio version. Backup files are not needed,
  227. # because we have git ;-)
  228. _UpgradeReport_Files/
  229. Backup*/
  230. UpgradeLog*.XML
  231. UpgradeLog*.htm
  232.  
  233. # SQL Server files
  234. *.mdf
  235. *.ldf
  236.  
  237. # Business Intelligence projects
  238. *.rdl.data
  239. *.bim.layout
  240. *.bim_*.settings
  241.  
  242. # Microsoft Fakes
  243. FakesAssemblies/
  244.  
  245. # GhostDoc plugin setting file
  246. *.GhostDoc.xml
  247.  
  248. # Node.js Tools for Visual Studio
  249. .ntvs_analysis.dat
  250.  
  251. # Visual Studio 6 build log
  252. *.plg
  253.  
  254. # Visual Studio 6 workspace options file
  255. *.opt
  256.  
  257. # Visual Studio LightSwitch build output
  258. **/*.HTMLClient/GeneratedArtifacts
  259. **/*.DesktopClient/GeneratedArtifacts
  260. **/*.DesktopClient/ModelManifest.xml
  261. **/*.Server/GeneratedArtifacts
  262. **/*.Server/ModelManifest.xml
  263. _Pvt_Extensions
  264.  
  265. # LightSwitch generated files
  266. GeneratedArtifacts/
  267. ModelManifest.xml
  268.  
  269. # Paket dependency manager
  270. .paket/paket.exe
  271.  
  272. # FAKE - F# Make
  273. .fake/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement