.gitignore 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. build/
  2. .gradle/
  3. # Created by:
  4. # https://www.gitignore.io/api/eclipse
  5. # https://www.gitignore.io/api/intellij
  6. # https://www.gitignore.io/api/netbeans
  7. ### Eclipse ###
  8. .metadata
  9. bin/
  10. tmp/
  11. *.class
  12. *.tmp
  13. *.bak
  14. *.swp
  15. *~.nib
  16. local.properties
  17. .settings/
  18. .loadpath
  19. .recommenders
  20. # Eclipse Core
  21. .project
  22. # External tool builders
  23. .externalToolBuilders/
  24. # Locally stored "Eclipse launch configurations"
  25. *.launch
  26. # PyDev specific (Python IDE for Eclipse)
  27. *.pydevproject
  28. # CDT-specific (C/C++ Development Tooling)
  29. .cproject
  30. # JDT-specific (Eclipse Java Development Tools)
  31. .classpath
  32. # Java annotation processor (APT)
  33. .factorypath
  34. # PDT-specific (PHP Development Tools)
  35. .buildpath
  36. # sbteclipse plugin
  37. .target
  38. # Tern plugin
  39. .tern-project
  40. # TeXlipse plugin
  41. .texlipse
  42. # STS (Spring Tool Suite)
  43. .springBeans
  44. # Code Recommenders
  45. .recommenders/
  46. # Scala IDE specific (Scala & Java development for Eclipse)
  47. .cache-main
  48. .scala_dependencies
  49. .worksheet
  50. ### Intellij ###
  51. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  52. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  53. # User-specific stuff:
  54. .idea/**/workspace.xml
  55. .idea/**/tasks.xml
  56. .idea/dictionaries
  57. # Sensitive or high-churn files:
  58. .idea/**/dataSources/
  59. .idea/**/dataSources.ids
  60. .idea/**/dataSources.xml
  61. .idea/**/dataSources.local.xml
  62. .idea/**/sqlDataSources.xml
  63. .idea/**/dynamic.xml
  64. .idea/**/uiDesigner.xml
  65. # Gradle:
  66. .idea/**/gradle.xml
  67. .idea/**/libraries
  68. # Mongo Explorer plugin:
  69. .idea/**/mongoSettings.xml
  70. ## File-based project format:
  71. *.iws
  72. ## Plugin-specific files:
  73. # IntelliJ
  74. /out/
  75. # mpeltonen/sbt-idea plugin
  76. .idea_modules/
  77. # JIRA plugin
  78. atlassian-ide-plugin.xml
  79. # Cursive Clojure plugin
  80. .idea/replstate.xml
  81. # Crashlytics plugin (for Android Studio and IntelliJ)
  82. com_crashlytics_export_strings.xml
  83. crashlytics.properties
  84. crashlytics-build.properties
  85. fabric.properties
  86. ### Intellij Patch ###
  87. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  88. # *.iml
  89. # modules.xml
  90. # .idea/misc.xml
  91. # *.ipr
  92. # Sonarlint plugin
  93. .idea/sonarlint
  94. ### NetBeans ###
  95. nbproject/private/
  96. nbbuild/
  97. dist/
  98. nbdist/
  99. .nb-gradle/
  100. ### added manually ###
  101. .idea/
  102. praktikum-holons.iml
  103. /gb_singlerun.txt