| # maven ignore | |
| target/ | |
| *.jar | |
| !.mvn/wrapper/* | |
| *.war | |
| *.zip | |
| *.tar | |
| *.tar.gz | |
| .flattened-pom.xml | |
| # eclipse ignore | |
| .settings/ | |
| .project | |
| .classpath | |
| # idea ignore | |
| .idea/ | |
| *.ipr | |
| *.iml | |
| *.iws | |
| # vscode ignore | |
| .vscode/ | |
| # temp ignore | |
| *.log* | |
| *.cache | |
| *.diff | |
| *.patch | |
| *.tmp | |
| # system ignore | |
| .DS_Store | |
| Thumbs.db | |
| coverage.txt | |
| bin/ | |
| build/ | |
| vendor/ |