| Matthias Andreas Benkard | 4c5847b | 2020-01-12 15:42:02 +0100 | [diff] [blame] | 1 | # Eclipse |
| 2 | .project | ||||
| 3 | .classpath | ||||
| 4 | .settings/ | ||||
| 5 | bin/ | ||||
| 6 | |||||
| 7 | # IntelliJ | ||||
| 8 | .idea | ||||
| 9 | *.ipr | ||||
| 10 | *.iml | ||||
| 11 | *.iws | ||||
| 12 | |||||
| 13 | # Emacs | ||||
| 14 | *~ | ||||
| 15 | |||||
| 16 | # NetBeans | ||||
| 17 | nb-configuration.xml | ||||
| 18 | |||||
| 19 | # Visual Studio Code | ||||
| 20 | .vscode | ||||
| 21 | |||||
| 22 | # OSX | ||||
| 23 | .DS_Store | ||||
| 24 | |||||
| 25 | # Vim | ||||
| 26 | *.swp | ||||
| 27 | *.swo | ||||
| 28 | |||||
| 29 | # patch | ||||
| 30 | *.orig | ||||
| 31 | *.rej | ||||
| 32 | |||||
| 33 | # Gradle | ||||
| 34 | .gradle/ | ||||
| 35 | build/ | ||||
| Matthias Andreas Benkard | 9a8d70f | 2020-01-13 05:05:44 +0100 | [diff] [blame] | 36 | |
| 37 | # Shell | ||||
| 38 | .envrc | ||||