.gitignore 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. # ---> macOS
  2. .DS_Store
  3. .AppleDouble
  4. .LSOverride
  5. # Icon must end with two \r
  6. Icon
  7. # Thumbnails
  8. ._*
  9. # Files that might appear in the root of a volume
  10. .DocumentRevisions-V100
  11. .fseventsd
  12. .Spotlight-V100
  13. .TemporaryItems
  14. .Trashes
  15. .VolumeIcon.icns
  16. # Directories potentially created on remote AFP share
  17. .AppleDB
  18. .AppleDesktop
  19. Network Trash Folder
  20. Temporary Items
  21. .apdisk
  22. # ---> Xcode
  23. # Xcode
  24. #
  25. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  26. ## Build generated
  27. build/
  28. DerivedData
  29. ## Various settings
  30. *.pbxuser
  31. !default.pbxuser
  32. *.mode1v3
  33. !default.mode1v3
  34. *.mode2v3
  35. !default.mode2v3
  36. *.perspectivev3
  37. !default.perspectivev3
  38. xcuserdata
  39. ## Other
  40. *.xccheckout
  41. *.moved-aside
  42. *.xcuserstate
  43. # ---> VisualStudio
  44. ## Ignore Visual Studio temporary files, build results, and
  45. ## files generated by popular Visual Studio add-ons.
  46. # User-specific files
  47. *.suo
  48. *.user
  49. *.userosscache
  50. *.sln.docstates
  51. # User-specific files (MonoDevelop/Xamarin Studio)
  52. *.userprefs
  53. # Build results
  54. [Dd]ebug/
  55. [Dd]ebugPublic/
  56. [Rr]elease/
  57. [Rr]eleases/
  58. x64/
  59. x86/
  60. build/
  61. bld/
  62. [Bb]in/
  63. [Oo]bj/
  64. # Visual Studio 2015 cache/options directory
  65. .vs/
  66. # Uncomment if you have tasks that create the project's static files in wwwroot
  67. #wwwroot/
  68. # MSTest test Results
  69. [Tt]est[Rr]esult*/
  70. [Bb]uild[Ll]og.*
  71. # NUNIT
  72. *.VisualState.xml
  73. TestResult.xml
  74. # Build Results of an ATL Project
  75. [Dd]ebugPS/
  76. [Rr]eleasePS/
  77. dlldata.c
  78. # DNX
  79. project.lock.json
  80. artifacts/
  81. *_i.c
  82. *_p.c
  83. *_i.h
  84. *.ilk
  85. *.meta
  86. *.obj
  87. *.pch
  88. *.pdb
  89. *.pgc
  90. *.pgd
  91. *.rsp
  92. *.sbr
  93. *.tlb
  94. *.tli
  95. *.tlh
  96. *.tmp
  97. *.tmp_proj
  98. *.log
  99. *.vspscc
  100. *.vssscc
  101. .builds
  102. *.pidb
  103. *.svclog
  104. *.scc
  105. # Chutzpah Test files
  106. _Chutzpah*
  107. # Visual C++ cache files
  108. ipch/
  109. *.aps
  110. *.ncb
  111. *.opensdf
  112. *.sdf
  113. *.cachefile
  114. # Visual Studio profiler
  115. *.psess
  116. *.vsp
  117. *.vspx
  118. *.sap
  119. # TFS 2012 Local Workspace
  120. $tf/
  121. # Guidance Automation Toolkit
  122. *.gpState
  123. # ReSharper is a .NET coding add-in
  124. _ReSharper*/
  125. *.[Rr]e[Ss]harper
  126. *.DotSettings.user
  127. # JustCode is a .NET coding add-in
  128. .JustCode
  129. # TeamCity is a build add-in
  130. _TeamCity*
  131. # DotCover is a Code Coverage Tool
  132. *.dotCover
  133. # NCrunch
  134. _NCrunch_*
  135. .*crunch*.local.xml
  136. nCrunchTemp_*
  137. # MightyMoose
  138. *.mm.*
  139. AutoTest.Net/
  140. # Web workbench (sass)
  141. .sass-cache/
  142. # Installshield output folder
  143. [Ee]xpress/
  144. # DocProject is a documentation generator add-in
  145. DocProject/buildhelp/
  146. DocProject/Help/*.HxT
  147. DocProject/Help/*.HxC
  148. DocProject/Help/*.hhc
  149. DocProject/Help/*.hhk
  150. DocProject/Help/*.hhp
  151. DocProject/Help/Html2
  152. DocProject/Help/html
  153. # Click-Once directory
  154. publish/
  155. # Publish Web Output
  156. *.[Pp]ublish.xml
  157. *.azurePubxml
  158. # TODO: Comment the next line if you want to checkin your web deploy settings
  159. # but database connection strings (with potential passwords) will be unencrypted
  160. *.pubxml
  161. *.publishproj
  162. # NuGet Packages
  163. *.nupkg
  164. # The packages folder can be ignored because of Package Restore
  165. **/packages/*
  166. # except build/, which is used as an MSBuild target.
  167. !**/packages/build/
  168. # Uncomment if necessary however generally it will be regenerated when needed
  169. #!**/packages/repositories.config
  170. # Windows Azure Build Output
  171. csx/
  172. *.build.csdef
  173. # Windows Store app package directory
  174. AppPackages/
  175. # Visual Studio cache files
  176. # files ending in .cache can be ignored
  177. *.[Cc]ache
  178. # but keep track of directories ending in .cache
  179. !*.[Cc]ache/
  180. # Others
  181. ClientBin/
  182. [Ss]tyle[Cc]op.*
  183. ~$*
  184. *~
  185. *.dbmdl
  186. *.dbproj.schemaview
  187. *.pfx
  188. *.publishsettings
  189. node_modules/
  190. orleans.codegen.cs
  191. # RIA/Silverlight projects
  192. Generated_Code/
  193. # Backup & report files from converting an old project file
  194. # to a newer Visual Studio version. Backup files are not needed,
  195. # because we have git ;-)
  196. _UpgradeReport_Files/
  197. Backup*/
  198. UpgradeLog*.XML
  199. UpgradeLog*.htm
  200. # SQL Server files
  201. *.mdf
  202. *.ldf
  203. # Business Intelligence projects
  204. *.rdl.data
  205. *.bim.layout
  206. *.bim_*.settings
  207. # Microsoft Fakes
  208. FakesAssemblies/
  209. # Node.js Tools for Visual Studio
  210. .ntvs_analysis.dat
  211. # Visual Studio 6 build log
  212. *.plg
  213. # Visual Studio 6 workspace options file
  214. *.opt
  215. # Visual Studio LightSwitch build output
  216. **/*.HTMLClient/GeneratedArtifacts
  217. **/*.DesktopClient/GeneratedArtifacts
  218. **/*.DesktopClient/ModelManifest.xml
  219. **/*.Server/GeneratedArtifacts
  220. **/*.Server/ModelManifest.xml
  221. _Pvt_Extensions
  222. # ---> VisualStudioCode
  223. .settings