mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-24 19:00:31 +00:00
36 lines
268 B
Plaintext
36 lines
268 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 #
|
|
*/logs
|
|
*/dmp
|
|
*/database
|
|
*/null
|
|
*/gen
|
|
*/src/main/java/sample
|
|
|
|
# Mac
|
|
.DS_Store
|