.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. build/
  2. .gradle/
  3. target/
  4. # logging
  5. *.log
  6. *.lck
  7. # Created by:
  8. # https://www.gitignore.io/api/eclipse
  9. # https://www.gitignore.io/api/intellij
  10. # https://www.gitignore.io/api/netbeans
  11. ### Eclipse ###
  12. .metadata
  13. bin/
  14. tmp/
  15. /*.txt
  16. *.class
  17. *.tmp
  18. *.bak
  19. *.swp
  20. *~.nib
  21. local.properties
  22. .settings/
  23. .loadpath
  24. .recommenders
  25. # Eclipse Core
  26. .project
  27. # External tool builders
  28. .externalToolBuilders/
  29. # Locally stored "Eclipse launch configurations"
  30. *.launch
  31. # JDT-specific (Eclipse Java Development Tools)
  32. .classpath
  33. # Java annotation processor (APT)
  34. .factorypath
  35. # PDT-specific (PHP Development Tools)
  36. .buildpath
  37. # sbteclipse plugin
  38. .target
  39. # Tern plugin
  40. .tern-project
  41. # TeXlipse plugin
  42. .texlipse
  43. # STS (Spring Tool Suite)
  44. .springBeans
  45. # Code Recommenders
  46. .recommenders/
  47. # Scala IDE specific (Scala & Java development for Eclipse)
  48. .cache-main
  49. .scala_dependencies
  50. .worksheet
  51. ## File-based project format:
  52. *.iws
  53. ## Plugin-specific files:
  54. # IntelliJ
  55. /out/
  56. # mpeltonen/sbt-idea plugin
  57. .idea_modules/
  58. # JIRA plugin
  59. atlassian-ide-plugin.xml
  60. # Cursive Clojure plugin
  61. .idea/replstate.xml
  62. # Crashlytics plugin (for Android Studio and IntelliJ)
  63. com_crashlytics_export_strings.xml
  64. crashlytics.properties
  65. crashlytics-build.properties
  66. fabric.properties
  67. ### Intellij Patch ###
  68. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  69. # *.iml
  70. # modules.xml
  71. # .idea/misc.xml
  72. # *.ipr
  73. # Sonarlint plugin
  74. .idea/sonarlint
  75. ### NetBeans ###
  76. nbproject/private/
  77. nbbuild/
  78. dist/
  79. nbdist/
  80. .nb-gradle/
  81. ### added manually ###
  82. .idea/