Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. # wwwroot/lib/
  2. # When wwwroot/lib/ is commented out, excluse .min and .map files
  3. *.min.css
  4. *.min.js
  5. *.map
  6.  
  7. _build/
  8. _site/
  9. Properties/
  10.  
  11. # Use git add -f to force override .sln when required. Not needed in most cases.
  12. # e.g. -> git add -f myProj.sln
  13. *.sln
  14.  
  15. Project_Readme.html
  16.  
  17. ## Ignore Visual Studio temporary files, build results, and
  18. ## files generated by popular Visual Studio add-ons.
  19.  
  20. # User-specific files
  21. *.suo
  22. *.user
  23. *.userosscache
  24. *.sln.docstates
  25. *.vscode/
  26. !.vscode/extensions.json
  27. # User-specific files (MonoDevelop/Xamarin Studio)
  28. *.userprefs
  29.  
  30. # Build results
  31. [Dd]ebug/
  32. [Dd]ebugPublic/
  33. [Rr]elease/
  34. [Rr]eleases/
  35. x64/
  36. x86/
  37. build/
  38. bld/
  39. [Bb]in/
  40. [Oo]bj/
  41.  
  42. # Visual Studo 2015 cache/options directory
  43. .vs/
  44.  
  45. # MSTest test Results
  46. [Tt]est[Rr]esult*/
  47. [Bb]uild[Ll]og.*
  48.  
  49. # NUNIT
  50. *.VisualState.xml
  51. TestResult.xml
  52.  
  53. # Build Results of an ATL Project
  54. [Dd]ebugPS/
  55. [Rr]eleasePS/
  56. dlldata.c
  57.  
  58. *_i.c
  59. *_p.c
  60. *_i.h
  61. *.ilk
  62. *.meta
  63. *.obj
  64. *.pch
  65. *.pdb
  66. *.pgc
  67. *.pgd
  68. *.rsp
  69. *.sbr
  70. *.tlb
  71. *.tli
  72. *.tlh
  73. *.tmp
  74. *.tmp_proj
  75. *.log
  76. *.vspscc
  77. *.vssscc
  78. .builds
  79. *.pidb
  80. *.svclog
  81. *.scc
  82.  
  83. # Chutzpah Test files
  84. _Chutzpah*
  85.  
  86. # Visual C++ cache files
  87. ipch/
  88. *.aps
  89. *.ncb
  90. *.opensdf
  91. *.sdf
  92. *.cachefile
  93.  
  94. # Visual Studio profiler
  95. *.psess
  96. *.vsp
  97. *.vspx
  98.  
  99. # TFS 2012 Local Workspace
  100. $tf/
  101.  
  102. # Guidance Automation Toolkit
  103. *.gpState
  104.  
  105. # ReSharper is a .NET coding add-in
  106. _ReSharper*/
  107. *.[Rr]e[Ss]harper
  108. *.DotSettings.user
  109.  
  110. # JustCode is a .NET coding addin-in
  111. .JustCode
  112.  
  113. # TeamCity is a build add-in
  114. _TeamCity*
  115.  
  116. # DotCover is a Code Coverage Tool
  117. *.dotCover
  118.  
  119. # NCrunch
  120. _NCrunch_*
  121. .*crunch*.local.xml
  122.  
  123. # MightyMoose
  124. *.mm.*
  125. AutoTest.Net/
  126.  
  127. # Web workbench (sass)
  128. .sass-cache/
  129.  
  130. # Installshield output folder
  131. [Ee]xpress/
  132.  
  133. # DocProject is a documentation generator add-in
  134. DocProject/buildhelp/
  135. DocProject/Help/*.HxT
  136. DocProject/Help/*.HxC
  137. DocProject/Help/*.hhc
  138. DocProject/Help/*.hhk
  139. DocProject/Help/*.hhp
  140. DocProject/Help/Html2
  141. DocProject/Help/html
  142.  
  143. # Click-Once directory
  144. publish/
  145.  
  146. # Publish Web Output
  147. *.[Pp]ublish.xml
  148. *.azurePubxml
  149. # Comment the next line if you want to checkin your web deploy settings
  150. # but database connection strings (with potential passwords) will be unencrypted
  151. *.pubxml
  152. *.publishproj
  153.  
  154. # NuGet Packages
  155. *.nupkg
  156. # The packages folder can be ignored because of Package Restore
  157. **/packages/*
  158. # except build/, which is used as an MSBuild target.
  159. !**/packages/build/
  160. # Uncomment if necessary however generally it will be regenerated when needed
  161. #!**/packages/repositories.config
  162.  
  163. # Windows Azure Build Output
  164. csx/
  165. *.build.csdef
  166.  
  167. # Windows Store app package directory
  168. AppPackages/
  169.  
  170. # Others
  171. *.[Cc]ache
  172. ClientBin/
  173. [Ss]tyle[Cc]op.*
  174. ~$*
  175. *~
  176. *.dbmdl
  177. *.dbproj.schemaview
  178. *.pfx
  179. *.publishsettings
  180. node_modules/
  181. bower_components/
  182.  
  183. # RIA/Silverlight projects
  184. Generated_Code/
  185.  
  186. # Backup & report files from converting an old project file
  187. # to a newer Visual Studio version. Backup files are not needed,
  188. # because we have git ;-)
  189. _UpgradeReport_Files/
  190. Backup*/
  191. UpgradeLog*.XML
  192. UpgradeLog*.htm
  193.  
  194. # SQL Server files
  195. *.mdf
  196. *.ldf
  197.  
  198. # Business Intelligence projects
  199. *.rdl.data
  200. *.bim.layout
  201. *.bim_*.settings
  202.  
  203. # Microsoft Fakes
  204. FakesAssemblies/
  205.  
  206. # Node.js Tools for Visual Studio
  207. .ntvs_analysis.dat
  208.  
  209. # Visual Studio 6 build log
  210. *.plg
  211.  
  212. # Visual Studio 6 workspace options file
  213. *.opt
  214.  
  215. project.lock.json
  216. __pycache__/
  217.  
  218. #Mac OSX
  219. .DS_Store
  220.  
  221. # Windows thumbnail cache files
  222. Thumbs.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement