mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-10 20:05:48 +00:00
34 lines
244 B
Plaintext
34 lines
244 B
Plaintext
# local credentials
|
|
credentials.properties
|
|
|
|
# Vim
|
|
*.sw[op]
|
|
|
|
# Gradle
|
|
.gradle
|
|
build
|
|
|
|
# IDEA
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
|
|
# Eclipse
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
/bin
|
|
|
|
# Maven
|
|
log/
|
|
target/
|
|
|
|
# Output
|
|
ethereumj-*.zip
|
|
database
|
|
logs
|
|
test_db
|
|
|
|
# Mac
|
|
.DS_Store
|