.gitignore 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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. .vs
  8. .vscode
  9. # Build results
  10. [Dd]ebug/
  11. [Rr]elease/
  12. x64/
  13. build/
  14. [Bb]in/
  15. [Oo]bj/
  16. AppDir/
  17. publish_appimage/
  18. # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
  19. !packages/*/build/
  20. # MSTest test Results
  21. [Tt]est[Rr]esult*/
  22. [Bb]uild[Ll]og.*
  23. *_i.c
  24. *_p.c
  25. *.ilk
  26. *.meta
  27. *.obj
  28. *.pch
  29. *.pdb
  30. *.pgc
  31. *.pgd
  32. *.rsp
  33. *.sbr
  34. *.tlb
  35. *.tli
  36. *.tlh
  37. *.tmp
  38. *.tmp_proj
  39. *.log
  40. *.vspscc
  41. *.vssscc
  42. .builds
  43. *.pidb
  44. *.log
  45. *.scc
  46. # Visual C++ cache files
  47. ipch/
  48. *.aps
  49. *.ncb
  50. *.opensdf
  51. *.sdf
  52. *.cachefile
  53. # Visual Studio profiler
  54. *.psess
  55. *.vsp
  56. *.vspx
  57. # Guidance Automation Toolkit
  58. *.gpState
  59. # ReSharper is a .NET coding add-in
  60. _ReSharper*/
  61. *.[Rr]e[Ss]harper
  62. # TeamCity is a build add-in
  63. _TeamCity*
  64. # DotCover is a Code Coverage Tool
  65. *.dotCover
  66. # Rider is a Visual Studio alternative
  67. .idea/*
  68. # NCrunch
  69. *.ncrunch*
  70. .*crunch*.local.xml
  71. # Installshield output folder
  72. [Ee]xpress/
  73. # DocProject is a documentation generator add-in
  74. DocProject/buildhelp/
  75. DocProject/Help/*.HxT
  76. DocProject/Help/*.HxC
  77. DocProject/Help/*.hhc
  78. DocProject/Help/*.hhk
  79. DocProject/Help/*.hhp
  80. DocProject/Help/Html2
  81. DocProject/Help/html
  82. # Click-Once directory
  83. publish/
  84. # Publish Web Output
  85. *.Publish.xml
  86. # NuGet Packages Directory
  87. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  88. #packages/
  89. # Windows Azure Build Output
  90. csx
  91. *.build.csdef
  92. # Windows Store app package directory
  93. AppPackages/
  94. # Others
  95. sql/
  96. *.Cache
  97. ClientBin/
  98. [Ss]tyle[Cc]op.*
  99. ~$*
  100. *~
  101. *.dbmdl
  102. *.[Pp]ublish.xml
  103. *.pfx
  104. *.publishsettings
  105. packages/*
  106. *.config
  107. # Include nuget.config
  108. !nuget.config
  109. # RIA/Silverlight projects
  110. Generated_Code/
  111. # Backup & report files from converting an old project file to a newer
  112. # Visual Studio version. Backup files are not needed, because we have git ;-)
  113. _UpgradeReport_Files/
  114. Backup*/
  115. UpgradeLog*.XML
  116. UpgradeLog*.htm
  117. # SQL Server files
  118. App_Data/*.mdf
  119. App_Data/*.ldf
  120. #LightSwitch generated files
  121. GeneratedArtifacts/
  122. _Pvt_Extensions/
  123. ModelManifest.xml
  124. # =========================
  125. # Windows detritus
  126. # =========================
  127. # Windows image file caches
  128. Thumbs.db
  129. ehthumbs.db
  130. # Folder config file
  131. Desktop.ini
  132. # Recycle Bin used on file shares
  133. $RECYCLE.BIN/
  134. # Mac desktop service store files
  135. .DS_Store
  136. # VS Launch Settings
  137. launchSettings.json
  138. # NetCore Publishing Profiles
  139. PublishProfiles/
  140. # Glade backup files
  141. *.glade~
  142. # Ignore MacOS Attribute Files
  143. ._*