| Matthias Andreas Benkard | 4982faa | 2021-02-24 06:45:39 +0100 | [diff] [blame^] | 1 | #Maven |
| 2 | target/ | ||||
| 3 | pom.xml.tag | ||||
| 4 | pom.xml.releaseBackup | ||||
| 5 | pom.xml.versionsBackup | ||||
| 6 | release.properties | ||||
| 7 | |||||
| 8 | # Eclipse | ||||
| 9 | .project | ||||
| 10 | .classpath | ||||
| 11 | .settings/ | ||||
| 12 | bin/ | ||||
| 13 | |||||
| 14 | # IntelliJ | ||||
| 15 | .idea | ||||
| 16 | *.ipr | ||||
| 17 | *.iml | ||||
| 18 | *.iws | ||||
| 19 | |||||
| 20 | # NetBeans | ||||
| 21 | nb-configuration.xml | ||||
| 22 | |||||
| 23 | # Visual Studio Code | ||||
| 24 | .vscode | ||||
| 25 | .factorypath | ||||
| 26 | |||||
| 27 | # OSX | ||||
| 28 | .DS_Store | ||||
| 29 | |||||
| 30 | # Vim | ||||
| 31 | *.swp | ||||
| 32 | *.swo | ||||
| 33 | |||||
| 34 | # patch | ||||
| 35 | *.orig | ||||
| 36 | *.rej | ||||
| 37 | |||||
| 38 | # Local environment | ||||
| 39 | .env | ||||