Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

VisualStudio.gitignore 2.5KB

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