Daniel Espen | e9fd695 | 2019-10-11 11:01:16 +0200 | [diff] [blame] | 1 | .classpath |
| 2 | .project |
| 3 | |
| 4 | |
| 5 | target/ |
| 6 | pom.xml.tag |
| 7 | pom.xml.releaseBackup |
| 8 | pom.xml.versionsBackup |
| 9 | pom.xml.next |
| 10 | release.properties |
| 11 | dependency-reduced-pom.xml |
| 12 | buildNumber.properties |
| 13 | .mvn/timing.properties |
| 14 | .mvn/wrapper/maven-wrapper.jar |
| 15 | .metadata |
| 16 | bin/ |
| 17 | tmp/ |
| 18 | *.tmp |
| 19 | *.bak |
| 20 | *.swp |
| 21 | *~.nib |
| 22 | local.properties |
| 23 | .settings/ |
| 24 | .loadpath |
| 25 | .recommenders |
| 26 | |
| 27 | # External tool builders |
| 28 | .externalToolBuilders/ |
| 29 | |
| 30 | # Locally stored "Eclipse launch configurations" |
| 31 | *.launch |
| 32 | |
| 33 | # PyDev specific (Python IDE for Eclipse) |
| 34 | *.pydevproject |
| 35 | |
| 36 | # CDT-specific (C/C++ Development Tooling) |
| 37 | .cproject |
| 38 | |
| 39 | # CDT- autotools |
| 40 | .autotools |
| 41 | |
| 42 | # Java annotation processor (APT) |
| 43 | .factorypath |
| 44 | |
| 45 | # PDT-specific (PHP Development Tools) |
| 46 | .buildpath |
| 47 | |
| 48 | # sbteclipse plugin |
| 49 | .target |
| 50 | |
| 51 | # Tern plugin |
| 52 | .tern-project |
| 53 | |
| 54 | # TeXlipse plugin |
| 55 | .texlipse |
| 56 | |
| 57 | # STS (Spring Tool Suite) |
| 58 | .springBeans |
| 59 | |
| 60 | # Code Recommenders |
| 61 | .recommenders/ |
| 62 | |
| 63 | # Annotation Processing |
| 64 | .apt_generated/ |
| 65 | |
| 66 | # Scala IDE specific (Scala & Java development for Eclipse) |
| 67 | .cache-main |
| 68 | .scala_dependencies |
Frank Schnicke | 603295d | 2019-07-19 17:11:37 +0200 | [diff] [blame] | 69 | .worksheet |