ethereumj-personal/.gitignore

34 lines
244 B
Plaintext
Raw Normal View History

2014-09-04 09:11:18 +00:00
# local credentials
credentials.properties
2014-12-26 13:23:44 +00:00
# Vim
*.sw[op]
2014-05-04 14:41:08 +00:00
2014-12-26 13:23:44 +00:00
# Gradle
.gradle
build
# IDEA
2014-08-20 19:19:42 +00:00
.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/
# Output
ethereumj-*.zip
database
logs
test_db
2014-08-20 19:19:42 +00:00
# Mac
2014-12-26 13:23:44 +00:00
.DS_Store