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