抱抱堂探针

.gitignore 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. # Custom
  6. .idea/
  7. *.iml
  8. # User-specific stuff
  9. .idea/**/workspace.xml
  10. .idea/**/tasks.xml
  11. .idea/**/usage.statistics.xml
  12. .idea/**/dictionaries
  13. .idea/**/shelf
  14. # Sensitive or high-churn files
  15. .idea/**/dataSources/
  16. .idea/**/dataSources.ids
  17. .idea/**/dataSources.local.xml
  18. .idea/**/sqlDataSources.xml
  19. .idea/**/dynamic.xml
  20. .idea/**/uiDesigner.xml
  21. .idea/**/dbnavigator.xml
  22. # Gradle
  23. .idea/**/gradle.xml
  24. .idea/**/libraries
  25. # Gradle and Maven with auto-import
  26. # When using Gradle or Maven with auto-import, you should exclude module files,
  27. # since they will be recreated, and may cause churn. Uncomment if using
  28. # auto-import.
  29. # .idea/modules.xml
  30. # .idea/*.iml
  31. # .idea/modules
  32. # CMake
  33. cmake-build-*/
  34. # Mongo Explorer plugin
  35. .idea/**/mongoSettings.xml
  36. # File-based project format
  37. *.iws
  38. # IntelliJ
  39. out/
  40. logs.home_IS_UNDEFINED/
  41. # mpeltonen/sbt-idea plugin
  42. .idea_modules/
  43. # JIRA plugin
  44. atlassian-ide-plugin.xml
  45. # Cursive Clojure plugin
  46. .idea/replstate.xml
  47. # Crashlytics plugin (for Android Studio and IntelliJ)
  48. com_crashlytics_export_strings.xml
  49. crashlytics.properties
  50. crashlytics-build.properties
  51. fabric.properties
  52. # Editor-based Rest Client
  53. .idea/httpRequests
  54. ### Maven template
  55. target/
  56. pom.xml.tag
  57. pom.xml.releaseBackup
  58. pom.xml.versionsBackup
  59. pom.xml.next
  60. release.properties
  61. dependency-reduced-pom.xml
  62. buildNumber.properties
  63. .mvn/timing.properties
  64. .mvn/wrapper/maven-wrapper.jar
  65. *.log