jonahkh
2020-05-29 5eeffe88821b8fa7427a4d92b44a88cefec1e700
commit | author | age
4829e4 1 # Eclipse
J 2 .project
3 .classpath
4 .settings/
5 bin/
6
7 # IntelliJ
8 .idea
9 *.ipr
10 *.iml
11 *.iws
12
13 # NetBeans
14 nb-configuration.xml
15
16 # Visual Studio Code
17 .vscode
18
19 # OSX
20 .DS_Store
21
22 # Vim
23 *.swp
24 *.swo
25
26 # patch
27 *.orig
28 *.rej
29
30 # Maven
31 target/
32 pom.xml.tag
33 pom.xml.releaseBackup
34 pom.xml.versionsBackup
35 release.properties