.gitignore 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. # ---> C Sharp
  2. # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
  3. [Bb]in/
  4. [Oo]bj/
  5. # mstest test results
  6. TestResults
  7. ## Ignore Visual Studio temporary files, build results, and
  8. ## files generated by popular Visual Studio add-ons.
  9. # User-specific files
  10. *.suo
  11. *.user
  12. *.sln.docstates
  13. # Build results
  14. [Dd]ebug/
  15. [Rr]elease/
  16. x64/
  17. *_i.c
  18. *_p.c
  19. *.ilk
  20. *.meta
  21. *.obj
  22. *.pch
  23. *.pdb
  24. *.pgc
  25. *.pgd
  26. *.rsp
  27. *.sbr
  28. *.tlb
  29. *.tli
  30. *.tlh
  31. *.tmp
  32. *.log
  33. *.vspscc
  34. *.vssscc
  35. .builds
  36. # Visual C++ cache files
  37. ipch/
  38. *.aps
  39. *.ncb
  40. *.opensdf
  41. *.sdf
  42. # Visual Studio profiler
  43. *.psess
  44. *.vsp
  45. *.vspx
  46. # Guidance Automation Toolkit
  47. *.gpState
  48. # ReSharper is a .NET coding add-in
  49. _ReSharper*
  50. # NCrunch
  51. *.ncrunch*
  52. .*crunch*.local.xml
  53. # Installshield output folder
  54. [Ee]xpress
  55. # DocProject is a documentation generator add-in
  56. DocProject/buildhelp/
  57. DocProject/Help/*.HxT
  58. DocProject/Help/*.HxC
  59. DocProject/Help/*.hhc
  60. DocProject/Help/*.hhk
  61. DocProject/Help/*.hhp
  62. DocProject/Help/Html2
  63. DocProject/Help/html
  64. # Click-Once directory
  65. publish
  66. # Publish Web Output
  67. *.Publish.xml
  68. # NuGet Packages Directory
  69. packages
  70. # Windows Azure Build Output
  71. csx
  72. *.build.csdef
  73. # Windows Store app package directory
  74. AppPackages/
  75. # Others
  76. [Bb]in
  77. [Oo]bj
  78. sql
  79. TestResults
  80. [Tt]est[Rr]esult*
  81. *.Cache
  82. ClientBin
  83. [Ss]tyle[Cc]op.*
  84. ~$*
  85. *.dbmdl
  86. Generated_Code #added for RIA/Silverlight projects
  87. # Backup & report files from converting an old project file to a newer
  88. # Visual Studio version. Backup files are not needed, because we have git ;-)
  89. _UpgradeReport_Files/
  90. Backup*/
  91. UpgradeLog*.XML
  92. # ---> SVN
  93. .svn/
  94. # ---> VisualStudio
  95. ## Ignore Visual Studio temporary files, build results, and
  96. ## files generated by popular Visual Studio add-ons.
  97. # User-specific files
  98. *.suo
  99. *.user
  100. *.userosscache
  101. *.sln.docstates
  102. # User-specific files (MonoDevelop/Xamarin Studio)
  103. *.userprefs
  104. # Build results
  105. [Dd]ebug/
  106. [Dd]ebugPublic/
  107. [Rr]elease/
  108. [Rr]eleases/
  109. x64/
  110. x86/
  111. build/
  112. bld/
  113. [Bb]in/
  114. [Oo]bj/
  115. # Visual Studio 2015 cache/options directory
  116. .vs/
  117. # Uncomment if you have tasks that create the project's static files in wwwroot
  118. #wwwroot/
  119. # MSTest test Results
  120. [Tt]est[Rr]esult*/
  121. [Bb]uild[Ll]og.*
  122. # NUNIT
  123. *.VisualState.xml
  124. TestResult.xml
  125. # Build Results of an ATL Project
  126. [Dd]ebugPS/
  127. [Rr]eleasePS/
  128. dlldata.c
  129. # DNX
  130. project.lock.json
  131. artifacts/
  132. *_i.c
  133. *_p.c
  134. *_i.h
  135. *.ilk
  136. *.meta
  137. *.obj
  138. *.pch
  139. *.pdb
  140. *.pgc
  141. *.pgd
  142. *.rsp
  143. *.sbr
  144. *.tlb
  145. *.tli
  146. *.tlh
  147. *.tmp
  148. *.tmp_proj
  149. *.log
  150. *.vspscc
  151. *.vssscc
  152. .builds
  153. *.pidb
  154. *.svclog
  155. *.scc
  156. # Chutzpah Test files
  157. _Chutzpah*
  158. # Visual C++ cache files
  159. ipch/
  160. *.aps
  161. *.ncb
  162. *.opensdf
  163. *.sdf
  164. *.cachefile
  165. # Visual Studio profiler
  166. *.psess
  167. *.vsp
  168. *.vspx
  169. *.sap
  170. # TFS 2012 Local Workspace
  171. $tf/
  172. # Guidance Automation Toolkit
  173. *.gpState
  174. # ReSharper is a .NET coding add-in
  175. _ReSharper*/
  176. *.[Rr]e[Ss]harper
  177. *.DotSettings.user
  178. # JustCode is a .NET coding add-in
  179. .JustCode
  180. # TeamCity is a build add-in
  181. _TeamCity*
  182. # DotCover is a Code Coverage Tool
  183. *.dotCover
  184. # NCrunch
  185. _NCrunch_*
  186. .*crunch*.local.xml
  187. nCrunchTemp_*
  188. # MightyMoose
  189. *.mm.*
  190. AutoTest.Net/
  191. # Web workbench (sass)
  192. .sass-cache/
  193. # Installshield output folder
  194. [Ee]xpress/
  195. # DocProject is a documentation generator add-in
  196. DocProject/buildhelp/
  197. DocProject/Help/*.HxT
  198. DocProject/Help/*.HxC
  199. DocProject/Help/*.hhc
  200. DocProject/Help/*.hhk
  201. DocProject/Help/*.hhp
  202. DocProject/Help/Html2
  203. DocProject/Help/html
  204. # Click-Once directory
  205. publish/
  206. # Publish Web Output
  207. *.[Pp]ublish.xml
  208. *.azurePubxml
  209. # TODO: Comment the next line if you want to checkin your web deploy settings
  210. # but database connection strings (with potential passwords) will be unencrypted
  211. *.pubxml
  212. *.publishproj
  213. # NuGet Packages
  214. *.nupkg
  215. # The packages folder can be ignored because of Package Restore
  216. **/packages/*
  217. # except build/, which is used as an MSBuild target.
  218. !**/packages/build/
  219. # Uncomment if necessary however generally it will be regenerated when needed
  220. #!**/packages/repositories.config
  221. # Windows Azure Build Output
  222. csx/
  223. *.build.csdef
  224. # Windows Store app package directory
  225. AppPackages/
  226. # Visual Studio cache files
  227. # files ending in .cache can be ignored
  228. *.[Cc]ache
  229. # but keep track of directories ending in .cache
  230. !*.[Cc]ache/
  231. # Others
  232. ClientBin/
  233. [Ss]tyle[Cc]op.*
  234. ~$*
  235. *~
  236. *.dbmdl
  237. *.dbproj.schemaview
  238. *.pfx
  239. *.publishsettings
  240. node_modules/
  241. orleans.codegen.cs
  242. # RIA/Silverlight projects
  243. Generated_Code/
  244. # Backup & report files from converting an old project file
  245. # to a newer Visual Studio version. Backup files are not needed,
  246. # because we have git ;-)
  247. _UpgradeReport_Files/
  248. Backup*/
  249. UpgradeLog*.XML
  250. UpgradeLog*.htm
  251. # SQL Server files
  252. *.mdf
  253. *.ldf
  254. # Business Intelligence projects
  255. *.rdl.data
  256. *.bim.layout
  257. *.bim_*.settings
  258. # Microsoft Fakes
  259. FakesAssemblies/
  260. # Node.js Tools for Visual Studio
  261. .ntvs_analysis.dat
  262. # Visual Studio 6 build log
  263. *.plg
  264. # Visual Studio 6 workspace options file
  265. *.opt
  266. # Visual Studio LightSwitch build output
  267. **/*.HTMLClient/GeneratedArtifacts
  268. **/*.DesktopClient/GeneratedArtifacts
  269. **/*.DesktopClient/ModelManifest.xml
  270. **/*.Server/GeneratedArtifacts
  271. **/*.Server/ModelManifest.xml
  272. _Pvt_Extensions
  273. # ---> Windows
  274. # Windows image file caches
  275. Thumbs.db
  276. ehthumbs.db
  277. # Folder config file
  278. Desktop.ini
  279. # Recycle Bin used on file shares
  280. $RECYCLE.BIN/
  281. # Windows Installer files
  282. *.cab
  283. *.msi
  284. *.msm
  285. *.msp
  286. # Windows shortcuts
  287. *.lnk
  288. # ---> macOS
  289. .DS_Store
  290. .AppleDouble
  291. .LSOverride
  292. # Icon must end with two \r
  293. Icon
  294. # Thumbnails
  295. ._*
  296. # Files that might appear in the root of a volume
  297. .DocumentRevisions-V100
  298. .fseventsd
  299. .Spotlight-V100
  300. .TemporaryItems
  301. .Trashes
  302. .VolumeIcon.icns
  303. # Directories potentially created on remote AFP share
  304. .AppleDB
  305. .AppleDesktop
  306. Network Trash Folder
  307. Temporary Items
  308. .apdisk
  309. # ---> Linux
  310. *~
  311. # KDE directory preferences
  312. .directory
  313. # Linux trash folder which might appear on any partition or disk
  314. .Trash-*