| target/ | |
| local/ | |
| .git/ | |
| # Eclipse, Netbeans and IntelliJ files | |
| /.* | |
| !.gitignore | |
| /nbproject | |
| /*.ipr | |
| /*.iws | |
| /*.iml | |
| # Repository wide ignore mac DS_Store files | |
| .DS_Store | |
| # additional stuff | |
| .metadata/ | |
| bin/ | |
| *.swp | |
| *~ | |
| *.orig | |
| target/ | |
| *.java._trace | |
| *.java_trace | |
| *.smap |