.gitignore 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. ################################################################################
  2. # 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
  3. ################################################################################
  4. ## Ignore Visual Studio temporary files, build results, and
  5. ## files generated by popular Visual Studio add-ons.
  6. # User-specific files
  7. *.suo
  8. *.user
  9. *.userosscache
  10. *.sln.docstates
  11. # User-specific files (MonoDevelop/Xamarin Studio)
  12. *.userprefs
  13. # Build results
  14. [Dd]ebug/
  15. [Dd]ebugPublic/
  16. [Rr]elease/
  17. [Rr]eleases/
  18. x64/
  19. x86/
  20. bld/
  21. [Bb]in/
  22. [Oo]bj/
  23. [Ll]og/
  24. # Visual Studio 2015 cache/options directory
  25. .vs/
  26. # Uncomment if you have tasks that create the project's static files in wwwroot
  27. #wwwroot/
  28. wwwroot/Temp/
  29. # MSTest test Results
  30. [Tt]est[Rr]esult*/
  31. [Bb]uild[Ll]og.*
  32. # NUNIT
  33. *.VisualState.xml
  34. TestResult.xml
  35. # Build Results of an ATL Project
  36. [Dd]ebugPS/
  37. [Rr]eleasePS/
  38. dlldata.c
  39. # DNX
  40. project.lock.json
  41. yarn.lock
  42. artifacts/
  43. *_i.c
  44. *_p.c
  45. *_i.h
  46. *.ilk
  47. *.meta
  48. *.obj
  49. *.pch
  50. *.pdb
  51. *.pgc
  52. *.pgd
  53. *.rsp
  54. *.sbr
  55. *.tlb
  56. *.tli
  57. *.tlh
  58. *.tmp
  59. *.tmp_proj
  60. *.log
  61. *.vspscc
  62. *.vssscc
  63. .builds
  64. *.pidb
  65. *.svclog
  66. *.scc
  67. # Chutzpah Test files
  68. _Chutzpah*
  69. # Visual C++ cache files
  70. ipch/
  71. *.aps
  72. *.ncb
  73. *.opendb
  74. *.opensdf
  75. *.sdf
  76. *.cachefile
  77. *.VC.db
  78. *.VC.VC.opendb
  79. # Visual Studio profiler
  80. *.psess
  81. *.vsp
  82. *.vspx
  83. *.sap
  84. # TFS 2012 Local Workspace
  85. $tf/
  86. # Guidance Automation Toolkit
  87. *.gpState
  88. # ReSharper is a .NET coding add-in
  89. _ReSharper*/
  90. *.[Rr]e[Ss]harper
  91. *.DotSettings.user
  92. # JustCode is a .NET coding add-in
  93. .JustCode
  94. # TeamCity is a build add-in
  95. _TeamCity*
  96. # DotCover is a Code Coverage Tool
  97. *.dotCover
  98. # NCrunch
  99. _NCrunch_*
  100. .*crunch*.local.xml
  101. nCrunchTemp_*
  102. # MightyMoose
  103. *.mm.*
  104. AutoTest.Net/
  105. # Web workbench (sass)
  106. .sass-cache/
  107. # Installshield output folder
  108. [Ee]xpress/
  109. # DocProject is a documentation generator add-in
  110. DocProject/buildhelp/
  111. DocProject/Help/*.HxT
  112. DocProject/Help/*.HxC
  113. DocProject/Help/*.hhc
  114. DocProject/Help/*.hhk
  115. DocProject/Help/*.hhp
  116. DocProject/Help/Html2
  117. DocProject/Help/html
  118. # Click-Once directory
  119. publish/
  120. # Publish Web Output
  121. *.[Pp]ublish.xml
  122. *.azurePubxml
  123. # TODO: Comment the next line if you want to checkin your web deploy settings
  124. # but database connection strings (with potential passwords) will be unencrypted
  125. *.pubxml
  126. *.publishproj
  127. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  128. # checkin your Azure Web App publish settings, but sensitive information contained
  129. # in these scripts will be unencrypted
  130. PublishScripts/
  131. # NuGet Packages
  132. *.nupkg
  133. # The packages folder can be ignored because of Package Restore
  134. **/packages/*
  135. # except build/, which is used as an MSBuild target.
  136. !**/packages/build/
  137. # Uncomment if necessary however generally it will be regenerated when needed
  138. #!**/packages/repositories.config
  139. # NuGet v3's project.json files produces more ignoreable files
  140. *.nuget.props
  141. *.nuget.targets
  142. # Microsoft Azure Build Output
  143. csx/
  144. *.build.csdef
  145. # Microsoft Azure Emulator
  146. ecf/
  147. rcf/
  148. # Windows Store app package directories and files
  149. AppPackages/
  150. BundleArtifacts/
  151. Package.StoreAssociation.xml
  152. _pkginfo.txt
  153. # Visual Studio cache files
  154. # files ending in .cache can be ignored
  155. *.[Cc]ache
  156. # but keep track of directories ending in .cache
  157. !*.[Cc]ache/
  158. # Others
  159. ClientBin/
  160. ~$*
  161. *~
  162. *.dbmdl
  163. *.dbproj.schemaview
  164. *.pfx
  165. *.publishsettings
  166. node_modules/
  167. orleans.codegen.cs
  168. # Since there are multiple workflows, uncomment next line to ignore bower_components
  169. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  170. #bower_components/
  171. # RIA/Silverlight projects
  172. Generated_Code/
  173. # Backup & report files from converting an old project file
  174. # to a newer Visual Studio version. Backup files are not needed,
  175. # because we have git ;-)
  176. _UpgradeReport_Files/
  177. Backup*/
  178. UpgradeLog*.XML
  179. UpgradeLog*.htm
  180. # SQL Server files
  181. *.mdf
  182. *.ldf
  183. # Business Intelligence projects
  184. *.rdl.data
  185. *.bim.layout
  186. *.bim_*.settings
  187. # Microsoft Fakes
  188. FakesAssemblies/
  189. # GhostDoc plugin setting file
  190. *.GhostDoc.xml
  191. # Node.js Tools for Visual Studio
  192. .ntvs_analysis.dat
  193. # Visual Studio 6 build log
  194. *.plg
  195. # Visual Studio 6 workspace options file
  196. *.opt
  197. # Visual Studio LightSwitch build output
  198. **/*.HTMLClient/GeneratedArtifacts
  199. **/*.DesktopClient/GeneratedArtifacts
  200. **/*.DesktopClient/ModelManifest.xml
  201. **/*.Server/GeneratedArtifacts
  202. **/*.Server/ModelManifest.xml
  203. _Pvt_Extensions
  204. # Paket dependency manager
  205. .paket/paket.exe
  206. paket-files/
  207. # FAKE - F# Make
  208. .fake/
  209. # JetBrains Rider
  210. .idea/
  211. *.sln.iml
  212. #
  213. [Ll]ogs/
  214. aspnet-core/src/Amin.Template.Web.Host/wwwroot/attachment
  215. aspnet-core/src/Amin.Template.Web.Mvc/App_Data/Logs/
  216. aspnet-core/src/WTTO.FangCom.Web.Host/wwwroot/attachment/
  217. aspnet-core/src/WTTO.FangCom.Web.Host/wwwroot/panorama/
  218. npm-debug.log
  219. node_modules
  220. .project
  221. .vscode
  222. .history
  223. .DS_Store
  224. \.settings/
  225. build/env.js
  226. dist/
  227. /path.bin
  228. /Tdx.Tools.exe
  229. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  230. # dependencies
  231. **/node_modules
  232. # roadhog-api-doc ignore
  233. /src/utils/request-temp.js
  234. _roadhog-api-doc
  235. # production
  236. /dist
  237. /.vscode
  238. # misc
  239. .DS_Store
  240. npm-debug.log*
  241. yarn-error.log
  242. /.git.net
  243. /coverage
  244. .idea
  245. yarn.lock
  246. package-lock.json
  247. *bak
  248. .vscode
  249. # visual studio code
  250. .history
  251. *.log
  252. functions/mock
  253. .temp/**
  254. # umi
  255. .umi
  256. .umi-production
  257. # screenshot
  258. screenshot
  259. .firebase
  260. ReactWithAntDesign/config/config.js
  261. /aspnet-core/52abp_code_power
  262. /aspnet-core/solutionInfo.json
  263. #sqlSettings
  264. appsettings.json
  265. /aspnet-core/src/WTTO.FangCom.Application/Fang/Keypairs/Keypairs.zip
  266. .config/
  267. .config
  268. /react/skylight.js
  269. /aspnet-core/src/WTTO.FangCom.Web.Host/wwwroot/xlsx/09-01
  270. /aspnet-core/src/WTTO.FangCom.Web.Host/wwwroot/bot
  271. *.ext
  272. /aspnet-core/src/WTTO.FangCom.Web.Host/wwwroot/xlsx/11-10
  273. /react/src/pages/FangCom/Topic/CustomTopic2/