.gitignore 2.4 KB

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