自定义组件库-封装第三方图表,如echarts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### JetBrains template
  3. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  4. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  5. # User-specific stuff:
  6. .idea/**/workspace.xml
  7. .idea/**/tasks.xml
  8. .idea/dictionaries
  9. # Sensitive or high-churn files:
  10. .idea/**/dataSources/
  11. .idea/**/dataSources.ids
  12. .idea/**/dataSources.xml
  13. .idea/**/dataSources.local.xml
  14. .idea/**/sqlDataSources.xml
  15. .idea/**/dynamic.xml
  16. .idea/**/uiDesigner.xml
  17. # Gradle:
  18. .idea/**/gradle.xml
  19. .idea/**/libraries
  20. .idea/
  21. # Mongo Explorer plugin:
  22. .idea/**/mongoSettings.xml
  23. ## File-based project format:
  24. *.iws
  25. ## Plugin-specific files:
  26. # IntelliJ
  27. /out/
  28. # mpeltonen/sbt-idea plugin
  29. .idea_modules/
  30. # JIRA plugin
  31. atlassian-ide-plugin.xml
  32. # Crashlytics plugin (for Android Studio and IntelliJ)
  33. com_crashlytics_export_strings.xml
  34. crashlytics.properties
  35. crashlytics-build.properties
  36. fabric.properties
  37. /node_modules/
  38. ##打包的文件
  39. dll/
  40. dist/
  41. ## yarn
  42. yarn.lock