Ultra Geile Studenten Benutzer Oberfläche (UGSBO)
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.

93 lines
1.3 KiB

  1. # ---> Maven
  2. target/
  3. pom.xml.tag
  4. pom.xml.releaseBackup
  5. pom.xml.versionsBackup
  6. pom.xml.next
  7. release.properties
  8. dependency-reduced-pom.xml
  9. buildNumber.properties
  10. .mvn/timing.properties
  11. # ---> Java
  12. *.class
  13. # Mobile Tools for Java (J2ME)
  14. .mtj.tmp/
  15. # Package Files #
  16. *.jar
  17. *.war
  18. *.ear
  19. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  20. hs_err_pid*
  21. # ---> eclipse
  22. .metadata
  23. bin/
  24. tmp/
  25. *.tmp
  26. *.bak
  27. *.swp
  28. *~.nib
  29. local.properties
  30. .settings/
  31. .loadpath
  32. .recommenders
  33. # External tool builders
  34. .externalToolBuilders/
  35. # Locally stored "Eclipse launch configurations"
  36. *.launch
  37. # PyDev specific (Python IDE for Eclipse)
  38. *.pydevproject
  39. # CDT-specific (C/C++ Development Tooling)
  40. .cproject
  41. # CDT- autotools
  42. .autotools
  43. # Java annotation processor (APT)
  44. .factorypath
  45. # PDT-specific (PHP Development Tools)
  46. .buildpath
  47. # sbteclipse plugin
  48. .target
  49. # Tern plugin
  50. .tern-project
  51. # TeXlipse plugin
  52. .texlipse
  53. # STS (Spring Tool Suite)
  54. .springBeans
  55. # Code Recommenders
  56. .recommenders/
  57. # Annotation Processing
  58. .apt_generated/
  59. # Scala IDE specific (Scala & Java development for Eclipse)
  60. .cache-main
  61. .scala_dependencies
  62. .worksheet
  63. # Eclipse Core
  64. .project
  65. # JDT-specific (Eclipse Java Development Tools)
  66. .classpath
  67. # ---> VsCode
  68. .vscode/
  69. !.vscode/settings.json
  70. !.vscode/tasks.json
  71. !.vscode/launch.json
  72. !.vscode/extensions.json