123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .metadata
  2. bin/
  3. tmp/
  4. *.tmp
  5. *.bak
  6. *.swp
  7. *~.nib
  8. local.properties
  9. .settings/
  10. .loadpath
  11. .recommenders
  12. # External tool builders
  13. .externalToolBuilders/
  14. # Locally stored "Eclipse launch configurations"
  15. *.launch
  16. # PyDev specific (Python IDE for Eclipse)
  17. *.pydevproject
  18. # CDT-specific (C/C++ Development Tooling)
  19. .cproject
  20. # Java annotation processor (APT)
  21. .factorypath
  22. # PDT-specific (PHP Development Tools)
  23. .buildpath
  24. # sbteclipse plugin
  25. .target
  26. # Tern plugin
  27. .tern-project
  28. # TeXlipse plugin
  29. .texlipse
  30. # STS (Spring Tool Suite)
  31. .springBeans
  32. # Code Recommenders
  33. .recommenders/
  34. # Scala IDE specific (Scala & Java development for Eclipse)
  35. .cache-main
  36. .scala_dependencies
  37. .worksheet
  38. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  39. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  40. # User-specific stuff:
  41. .idea/**
  42. .idea/**/tasks.xml
  43. .idea/dictionaries
  44. # Sensitive or high-churn files:
  45. .idea/**/dataSources/
  46. .idea/**/dataSources.ids
  47. .idea/**/dataSources.xml
  48. .idea/**/dataSources.local.xml
  49. .idea/**/sqlDataSources.xml
  50. .idea/**/dynamic.xml
  51. .idea/**/uiDesigner.xml
  52. # Gradle:
  53. .idea/**/gradle.xml
  54. .idea/**/libraries
  55. .idea/*
  56. *.iml
  57. # CMake
  58. cmake-build-debug/
  59. # Mongo Explorer plugin:
  60. .idea/**/mongoSettings.xml
  61. ## File-based project format:
  62. *.iws
  63. ## Plugin-specific files:
  64. # IntelliJ
  65. /out/
  66. # mpeltonen/sbt-idea plugin
  67. .idea_modules/
  68. # JIRA plugin
  69. atlassian-ide-plugin.xml
  70. # Cursive Clojure plugin
  71. .idea/replstate.xml
  72. # Crashlytics plugin (for Android Studio and IntelliJ)
  73. com_crashlytics_export_strings.xml
  74. crashlytics.properties
  75. crashlytics-build.properties
  76. fabric.properties
  77. target/*
  78. .project
  79. .classpath
  80. .settings