.gitignore 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. ######################
  2. # Project Specific
  3. ######################
  4. */target/**
  5. /src/test/javascript/coverage/
  6. dist
  7. dist - 副本
  8. .rancher-pipeline.yml
  9. deployment.yaml
  10. Dockerfile
  11. bin
  12. node_modules.zip
  13. dist.zip
  14. .history
  15. ######################
  16. # Node
  17. ######################
  18. /node/
  19. node_tmp/
  20. node_modules/
  21. npm-debug.log.*
  22. /.awcache/*
  23. /.cache-loader/*
  24. ######################
  25. # SASS
  26. ######################
  27. .sass-cache/
  28. ######################
  29. # Eclipse
  30. ######################
  31. *.pydevproject
  32. .project
  33. .metadata
  34. tmp/
  35. tmp/**/*
  36. *.tmp
  37. *.bak
  38. *.swp
  39. *~.nib
  40. local.properties
  41. .classpath
  42. .settings/
  43. .loadpath
  44. .factorypath
  45. /src/main/resources/rebel.xml
  46. # External tool builders
  47. .externalToolBuilders/**
  48. # Locally stored "Eclipse launch configurations"
  49. *.launch
  50. # CDT-specific
  51. .cproject
  52. # PDT-specific
  53. .buildpath
  54. # STS-specific
  55. /.sts4-cache/*
  56. ######################
  57. # Intellij
  58. ######################
  59. .idea/
  60. *.iml
  61. *.iws
  62. *.ipr
  63. *.ids
  64. *.orig
  65. classes/
  66. out/
  67. ######################
  68. # Visual Studio Code
  69. ######################
  70. .vscode/
  71. ######################
  72. # Maven
  73. ######################
  74. /log/
  75. /target/
  76. ######################
  77. # Gradle
  78. ######################
  79. .gradle/
  80. /build/
  81. ######################
  82. # Package Files
  83. ######################
  84. *.jar
  85. *.war
  86. *.ear
  87. *.db
  88. ######################
  89. # Windows
  90. ######################
  91. # Windows image file caches
  92. Thumbs.db
  93. # Folder config file
  94. Desktop.ini
  95. ######################
  96. # Mac OSX
  97. ######################
  98. .DS_Store
  99. .svn
  100. # Thumbnails
  101. ._*
  102. # Files that might appear on external disk
  103. .Spotlight-V100
  104. .Trashes
  105. ######################
  106. # Directories
  107. ######################
  108. /deploy/
  109. ######################
  110. # Logs
  111. ######################
  112. *.log*
  113. ######################
  114. # Others
  115. ######################
  116. *.class
  117. *.*~
  118. *~
  119. .merge_file*
  120. ######################
  121. # Gradle Wrapper
  122. ######################
  123. !gradle/wrapper/gradle-wrapper.jar
  124. ######################
  125. # Maven Wrapper
  126. ######################
  127. !.mvn/wrapper/maven-wrapper.jar
  128. ######################
  129. # ESLint
  130. ######################
  131. .eslintcache
  132. ######################
  133. # Rancher
  134. ######################
  135. .rancher-pipeline.yml
  136. deployment.yaml
  137. ######################
  138. # Docker
  139. ######################
  140. Dockerfile
  141. /vue.config.js