| /bin/ | |
| # | |
| # Project specific excludes | |
| # | |
| tomcat | |
| # | |
| # Default excludes | |
| # | |
| # Binaries | |
| *.7z | |
| *.dmg | |
| *.gz | |
| *.iso | |
| *.rar | |
| *.tar | |
| *.zip | |
| *.war | |
| *.ear | |
| *.sar | |
| *.class | |
| # do not put JARs on Eclipse repo | |
| *.jar | |
| # Maven | |
| target/ | |
| # IntelliJ project files | |
| *.iml | |
| *.iws | |
| *.ipr | |
| .idea/ | |
| # eclipse project file | |
| .settings/ | |
| # OS | |
| .DS_Store | |
| # Misc | |
| *.swp | |
| release.properties | |
| pom.xml.releaseBackup | |
| pom.xml.tag |