.gitignore 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. gc-starter-dashboard-ui.zip
  2. gc-starter-dashboard-ui
  3. chuangDa
  4. chuangDa.zip
  5. deploy.sh
  6. dist
  7. gc-starter-lowcode-ui
  8. ### VisualStudioCode template
  9. .vscode/*
  10. !.vscode/settings.json
  11. !.vscode/tasks.json
  12. !.vscode/launch.json
  13. !.vscode/extensions.json
  14. *.code-workspace
  15. # Local History for Visual Studio Code
  16. .history/
  17. ### JetBrains template
  18. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  19. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  20. # User-specific stuff
  21. .idea/**/workspace.xml
  22. .idea/**/tasks.xml
  23. .idea/**/usage.statistics.xml
  24. .idea/**/dictionaries
  25. .idea/**/shelf
  26. .idea
  27. # Generated files
  28. .idea/**/contentModel.xml
  29. # Sensitive or high-churn files
  30. .idea/**/dataSources/
  31. .idea/**/dataSources.ids
  32. .idea/**/dataSources.local.xml
  33. .idea/**/sqlDataSources.xml
  34. .idea/**/dynamic.xml
  35. .idea/**/uiDesigner.xml
  36. .idea/**/dbnavigator.xml
  37. # Gradle
  38. .idea/**/gradle.xml
  39. .idea/**/libraries
  40. # Gradle and Maven with auto-import
  41. # When using Gradle or Maven with auto-import, you should exclude module files,
  42. # since they will be recreated, and may cause churn. Uncomment if using
  43. # auto-import.
  44. # .idea/artifacts
  45. # .idea/compiler.xml
  46. # .idea/jarRepositories.xml
  47. # .idea/modules.xml
  48. # .idea/*.iml
  49. # .idea/modules
  50. # *.iml
  51. # *.ipr
  52. # CMake
  53. cmake-build-*/
  54. # Mongo Explorer plugin
  55. .idea/**/mongoSettings.xml
  56. # File-based project format
  57. *.iws
  58. # IntelliJ
  59. out/
  60. # mpeltonen/sbt-idea plugin
  61. .idea_modules/
  62. # JIRA plugin
  63. atlassian-ide-plugin.xml
  64. # Cursive Clojure plugin
  65. .idea/replstate.xml
  66. # Crashlytics plugin (for Android Studio and IntelliJ)
  67. com_crashlytics_export_strings.xml
  68. crashlytics.properties
  69. crashlytics-build.properties
  70. fabric.properties
  71. # Editor-based Rest Client
  72. .idea/httpRequests
  73. # Android studio 3.1+ serialized cache file
  74. .idea/caches/build_file_checksums.ser
  75. ### Eclipse template
  76. .metadata
  77. bin/
  78. tmp/
  79. *.tmp
  80. *.bak
  81. *.swp
  82. *~.nib
  83. local.properties
  84. .settings/
  85. .loadpath
  86. .recommenders
  87. # External tool builders
  88. .externalToolBuilders/
  89. # Locally stored "Eclipse launch configurations"
  90. *.launch
  91. # PyDev specific (Python IDE for Eclipse)
  92. *.pydevproject
  93. # CDT-specific (C/C++ Development Tooling)
  94. .cproject
  95. # CDT- autotools
  96. .autotools
  97. # Java annotation processor (APT)
  98. .factorypath
  99. # PDT-specific (PHP Development Tools)
  100. .buildpath
  101. # sbteclipse plugin
  102. .target
  103. # Tern plugin
  104. .tern-project
  105. # TeXlipse plugin
  106. .texlipse
  107. # STS (Spring Tool Suite)
  108. .springBeans
  109. # Code Recommenders
  110. .recommenders/
  111. # Annotation Processing
  112. .apt_generated/
  113. .apt_generated_test/
  114. # Scala IDE specific (Scala & Java development for Eclipse)
  115. .cache-main
  116. .scala_dependencies
  117. .worksheet
  118. # Uncomment this line if you wish to ignore the project description file.
  119. # Typically, this file would be tracked if it contains build/dependency configurations:
  120. #.project
  121. ### Node template
  122. # Logs
  123. logs
  124. *.log
  125. npm-debug.log*
  126. yarn-debug.log*
  127. yarn-error.log*
  128. lerna-debug.log*
  129. # Diagnostic reports (https://nodejs.org/api/report.html)
  130. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  131. # Runtime data
  132. pids
  133. *.pid
  134. *.seed
  135. *.pid.lock
  136. # Directory for instrumented libs generated by jscoverage/JSCover
  137. lib-cov
  138. # Coverage directory used by tools like istanbul
  139. coverage
  140. *.lcov
  141. # nyc test coverage
  142. .nyc_output
  143. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  144. .grunt
  145. # Bower dependency directory (https://bower.io/)
  146. bower_components
  147. # node-waf configuration
  148. .lock-wscript
  149. # Compiled binary addons (https://nodejs.org/api/addons.html)
  150. build/Release
  151. # Dependency directories
  152. node_modules/
  153. jspm_packages/
  154. # Snowpack dependency directory (https://snowpack.dev/)
  155. web_modules/
  156. # TypeScript cache
  157. *.tsbuildinfo
  158. # Optional npm cache directory
  159. .npm
  160. # Optional eslint cache
  161. .eslintcache
  162. # Microbundle cache
  163. .rpt2_cache/
  164. .rts2_cache_cjs/
  165. .rts2_cache_es/
  166. .rts2_cache_umd/
  167. # Optional REPL history
  168. .node_repl_history
  169. # Output of 'npm pack'
  170. *.tgz
  171. # Yarn Integrity file
  172. .yarn-integrity
  173. # dotenv environment variables file
  174. .env
  175. .env.test
  176. # parcel-bundler cache (https://parceljs.org/)
  177. .cache
  178. .parcel-cache
  179. # Next.js build output
  180. .next
  181. out
  182. # Nuxt.js build / generate output
  183. .nuxt
  184. dist
  185. # Gatsby files
  186. .cache/
  187. # Comment in the public line in if your project uses Gatsby and not Next.js
  188. # https://nextjs.org/blog/next-9-1#public-directory-support
  189. # public
  190. # vuepress build output
  191. .vuepress/dist
  192. # Serverless directories
  193. .serverless/
  194. # FuseBox cache
  195. .fusebox/
  196. # DynamoDB Local files
  197. .dynamodb/
  198. # TernJS port file
  199. .tern-port
  200. # Stores VSCode versions used for testing VSCode extensions
  201. .vscode-test
  202. # yarn v2
  203. .yarn/cache
  204. .yarn/unplugged
  205. .yarn/build-state.yml
  206. .yarn/install-state.gz
  207. .pnp.*
  208. ### Vue template
  209. # gitignore template for Vue.js projects
  210. #
  211. # Recommended template: Node.gitignore
  212. # TODO: where does this rule come from?
  213. docs/_book
  214. # TODO: where does this rule come from?
  215. test/
  216. ### Windows template
  217. # Windows thumbnail cache files
  218. Thumbs.db
  219. Thumbs.db:encryptable
  220. ehthumbs.db
  221. ehthumbs_vista.db
  222. # Dump file
  223. *.stackdump
  224. # Folder config file
  225. [Dd]esktop.ini
  226. # Recycle Bin used on file shares
  227. $RECYCLE.BIN/
  228. # Windows Installer files
  229. *.cab
  230. *.msi
  231. *.msix
  232. *.msm
  233. *.msp
  234. # Windows shortcuts
  235. *.lnk
  236. ### macOS template
  237. # General
  238. .DS_Store
  239. .AppleDouble
  240. .LSOverride
  241. # Icon must end with two \r
  242. Icon
  243. # Thumbnails
  244. ._*
  245. # Files that might appear in the root of a volume
  246. .DocumentRevisions-V100
  247. .fseventsd
  248. .Spotlight-V100
  249. .TemporaryItems
  250. .Trashes
  251. .VolumeIcon.icns
  252. .com.apple.timemachine.donotpresent
  253. # Directories potentially created on remote AFP share
  254. .AppleDB
  255. .AppleDesktop
  256. Network Trash Folder
  257. Temporary Items
  258. .apdisk
  259. ### SublimeText template
  260. # Cache files for Sublime Text
  261. *.tmlanguage.cache
  262. *.tmPreferences.cache
  263. *.stTheme.cache
  264. # Workspace files are user-specific
  265. *.sublime-workspace
  266. # Project files should be checked into the repository, unless a significant
  267. # proportion of contributors will probably not be using Sublime Text
  268. # *.sublime-project
  269. # SFTP configuration file
  270. sftp-config.json
  271. sftp-config-alt*.json
  272. # Package control specific files
  273. Package Control.last-run
  274. Package Control.ca-list
  275. Package Control.ca-bundle
  276. Package Control.system-ca-bundle
  277. Package Control.cache/
  278. Package Control.ca-certs/
  279. Package Control.merged-ca-bundle
  280. Package Control.user-ca-bundle
  281. oscrypto-ca-bundle.crt
  282. bh_unicode_properties.cache
  283. # Sublime-github package stores a github token in this file
  284. # https://packagecontrol.io/packages/sublime-github
  285. GitHub.sublime-settings
  286. lib
  287. gc-starter-lowcode-ui
  288. libApp