2014-09-04 09:11:18 +00:00
|
|
|
# local credentials
|
|
|
|
credentials.properties
|
|
|
|
|
2014-08-20 19:19:42 +00:00
|
|
|
# Java
|
2014-05-04 14:41:08 +00:00
|
|
|
*.class
|
|
|
|
|
2014-08-20 19:19:42 +00:00
|
|
|
# Intellij
|
|
|
|
.idea/
|
|
|
|
*.iml
|
|
|
|
*.iws
|
2014-05-04 21:04:33 +00:00
|
|
|
|
2014-05-13 17:30:09 +00:00
|
|
|
# Eclipse
|
|
|
|
.project
|
|
|
|
.classpath
|
2014-08-20 19:19:42 +00:00
|
|
|
.settings/
|
2014-06-21 20:17:23 +00:00
|
|
|
/bin
|
2014-05-13 17:30:09 +00:00
|
|
|
|
2014-08-20 19:19:42 +00:00
|
|
|
# Maven
|
|
|
|
log/
|
|
|
|
target/
|
|
|
|
|
2014-05-04 14:41:08 +00:00
|
|
|
# Package Files #
|
2014-05-27 07:23:19 +00:00
|
|
|
*.zip
|
2014-05-04 14:41:08 +00:00
|
|
|
*.jar
|
|
|
|
*.war
|
|
|
|
*.ear
|
2014-06-28 11:20:26 +00:00
|
|
|
|
|
|
|
# Output #
|
2014-09-06 09:04:53 +00:00
|
|
|
*/logs
|
|
|
|
*/dmp
|
|
|
|
*/database
|
|
|
|
*/null
|
|
|
|
*/gen
|
|
|
|
*/src/main/java/sample
|
2014-08-20 19:19:42 +00:00
|
|
|
|
|
|
|
# Mac
|
|
|
|
.DS_Store
|