.gitignore 1.7KB

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