.gitignore 6.3 KB

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