Software Engineering “im WiSe18"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 1.2KB

5 years ago
5 years ago
5 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # ---> JetBrains
  2. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  3. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  4. # User-specific stuff:
  5. .idea/**/workspace.xml
  6. .idea/**/tasks.xml
  7. .idea/dictionaries
  8. # Sensitive or high-churn files:
  9. .idea/**/dataSources/
  10. .idea/**/dataSources.ids
  11. .idea/**/dataSources.xml
  12. .idea/**/dataSources.local.xml
  13. .idea/**/sqlDataSources.xml
  14. .idea/**/dynamic.xml
  15. .idea/**/uiDesigner.xml
  16. # Gradle:
  17. .idea/**/gradle.xml
  18. .idea/**/libraries
  19. # Mongo Explorer plugin:
  20. .idea/**/mongoSettings.xml
  21. ## File-based project format:
  22. *.iws
  23. ## Plugin-specific files:
  24. # IntelliJ
  25. /out/
  26. # mpeltonen/sbt-idea plugin
  27. .idea_modules/
  28. # JIRA plugin
  29. atlassian-ide-plugin.xml
  30. # Cursive Clojure plugin
  31. .idea/replstate.xml
  32. # Crashlytics plugin (for Android Studio and IntelliJ)
  33. com_crashlytics_export_strings.xml
  34. crashlytics.properties
  35. crashlytics-build.properties
  36. fabric.properties
  37. # ---> Java
  38. # Compiled class file
  39. *.class
  40. # Log file
  41. *.log
  42. # BlueJ files
  43. *.ctxt
  44. # Mobile Tools for Java (J2ME)
  45. .mtj.tmp/
  46. # Package Files #
  47. *.jar
  48. !jar/*.jar
  49. *.war
  50. *.ear
  51. *.zip
  52. *.tar.gz
  53. *.rar
  54. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  55. hs_err_pid*