ethereumj-personal/.gitignore

35 lines
257 B
Plaintext
Raw Normal View History

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
# Eclipse
.project
.classpath
2014-08-20 19:19:42 +00:00
.settings/
2014-06-21 20:17:23 +00:00
/bin
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 #
/logs
2014-06-28 11:20:26 +00:00
/dmp
2014-08-18 15:29:39 +00:00
/database
2014-08-20 19:19:42 +00:00
/null
# Mac
.DS_Store