.gitignore 2.3 KB

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