.gitignore 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. syntax: glob
  2. #NuGet things
  3. project.lock.json
  4. ### VisualStudio ###
  5. # User-specific files
  6. *.suo
  7. *.user
  8. *.userosscache
  9. *.sln.docstates
  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. msbuild.log
  21. # Visual Studio 2015
  22. .vs/
  23. # Visual Studio 2015 Pre-CTP6
  24. *.sln.ide
  25. *.ide/
  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. *_i.c
  37. *_p.c
  38. *_i.h
  39. *.ilk
  40. *.meta
  41. *.obj
  42. *.pch
  43. *.pdb
  44. *.pgc
  45. *.pgd
  46. *.rsp
  47. *.sbr
  48. *.tlb
  49. *.tli
  50. *.tlh
  51. *.tmp
  52. *.tmp_proj
  53. *.log
  54. *.vspscc
  55. *.vssscc
  56. .builds
  57. *.pidb
  58. *.svclog
  59. *.scc
  60. # Chutzpah Test files
  61. _Chutzpah*
  62. # Visual C++ cache files
  63. ipch/
  64. *.aps
  65. *.ncb
  66. *.opensdf
  67. *.sdf
  68. *.cachefile
  69. # Visual Studio profiler
  70. *.psess
  71. *.vsp
  72. *.vspx
  73. # TFS 2012 Local Workspace
  74. $tf/
  75. # Guidance Automation Toolkit
  76. *.gpState
  77. # ReSharper is a .NET coding add-in
  78. _ReSharper*/
  79. *.[Rr]e[Ss]harper
  80. *.DotSettings.user
  81. # JustCode is a .NET coding addin-in
  82. .JustCode
  83. # TeamCity is a build add-in
  84. _TeamCity*
  85. # DotCover is a Code Coverage Tool
  86. *.dotCover
  87. # NCrunch
  88. _NCrunch_*
  89. .*crunch*.local.xml
  90. # MightyMoose
  91. *.mm.*
  92. AutoTest.Net/
  93. # Web workbench (sass)
  94. .sass-cache/
  95. # Installshield output folder
  96. [Ee]xpress/
  97. # DocProject is a documentation generator add-in
  98. DocProject/buildhelp/
  99. DocProject/Help/*.HxT
  100. DocProject/Help/*.HxC
  101. DocProject/Help/*.hhc
  102. DocProject/Help/*.hhk
  103. DocProject/Help/*.hhp
  104. DocProject/Help/Html2
  105. DocProject/Help/html
  106. # Click-Once directory
  107. publish/
  108. # Publish Web Output
  109. *.[Pp]ublish.xml
  110. *.azurePubxml
  111. *.pubxml
  112. *.publishproj
  113. # NuGet Packages
  114. *.nupkg
  115. **/packages/*
  116. # Windows Azure Build Output
  117. csx/
  118. *.build.csdef
  119. # Windows Store app package directory
  120. AppPackages/
  121. # Others
  122. sql/
  123. *.Cache
  124. ClientBin/
  125. [Ss]tyle[Cc]op.*
  126. ~$*
  127. *.dbmdl
  128. *.dbproj.schemaview
  129. *.pfx
  130. *.publishsettings
  131. node_modules/
  132. *.metaproj
  133. *.metaproj.tmp
  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. ### MonoDevelop ###
  153. *.pidb
  154. *.userprefs
  155. ### Windows ###
  156. # Windows image file caches
  157. Thumbs.db
  158. ehthumbs.db
  159. # Folder config file
  160. Desktop.ini
  161. # Recycle Bin used on file shares
  162. $RECYCLE.BIN/
  163. # Windows Installer files
  164. *.cab
  165. *.msi
  166. *.msm
  167. *.msp
  168. # Windows shortcuts
  169. *.lnk
  170. ### Linux ###
  171. *~
  172. # KDE directory preferences
  173. .directory
  174. ### OSX ###
  175. .DS_Store
  176. .AppleDouble
  177. .LSOverride
  178. # Icon must end with two \r
  179. Icon
  180. # Thumbnails
  181. ._*
  182. # Files that might appear on external disk
  183. .Spotlight-V100
  184. .Trashes
  185. # Directories potentially created on remote AFP share
  186. .AppleDB
  187. .AppleDesktop
  188. Network Trash Folder
  189. Temporary Items
  190. .apdisk
  191. # vim temporary files
  192. [._]*.s[a-w][a-z]
  193. [._]s[a-w][a-z]
  194. *.un~
  195. Session.vim
  196. .netrwhist
  197. *~
  198. *.ini
  199. *.VC.db
  200. *.nvact
  201. *.opendb
  202. #VS Code stuff
  203. .vscode
  204. launchSettings.json