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

# maven
/*/target/
.DS_Store
/target/

Back to the top