.gitignore 2.1 KB

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