.gitignore 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. # CMake
  21. cmake-build-debug/
  22. # Mongo Explorer plugin:
  23. .idea/**/mongoSettings.xml
  24. ## File-based project format:
  25. *.iws
  26. ## Plugin-specific files:
  27. # IntelliJ
  28. out/
  29. # mpeltonen/sbt-idea plugin
  30. .idea_modules/
  31. # JIRA plugin
  32. atlassian-ide-plugin.xml
  33. # Cursive Clojure plugin
  34. .idea/replstate.xml
  35. # Crashlytics plugin (for Android Studio and IntelliJ)
  36. com_crashlytics_export_strings.xml
  37. crashlytics.properties
  38. crashlytics-build.properties
  39. fabric.properties
  40. ### Eclipse template
  41. .metadata
  42. bin/
  43. tmp/
  44. *.tmp
  45. *.bak
  46. *.swp
  47. *~.nib
  48. local.properties
  49. .settings/
  50. .loadpath
  51. .recommenders
  52. # External tool builders
  53. .externalToolBuilders/
  54. # Locally stored "Eclipse launch configurations"
  55. *.launch
  56. # PyDev specific (Python IDE for Eclipse)
  57. *.pydevproject
  58. # CDT-specific (C/C++ Development Tooling)
  59. .cproject
  60. # Java annotation processor (APT)
  61. .factorypath
  62. # PDT-specific (PHP Development Tools)
  63. .buildpath
  64. # sbteclipse plugin
  65. .target
  66. # Tern plugin
  67. .tern-project
  68. # TeXlipse plugin
  69. .texlipse
  70. # STS (Spring Tool Suite)
  71. .springBeans
  72. # Code Recommenders
  73. .recommenders/
  74. # Scala IDE specific (Scala & Java development for Eclipse)
  75. .cache-main
  76. .scala_dependencies
  77. .worksheet
  78. .gitignore
  79. .idea/
  80. kmall.iml