Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 042a554ac303c85f7d14aedb10d407ac0c5e848f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/.project
*/bin/
*/bin2/
*~
*.rej
*.bak
javacore.*
heapdump.*
core.*
Snap.*

# maven
/*/target/
.DS_Store

Back to the top