mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-15 06:14:08 +00:00
36 lines
273 B
Plaintext
36 lines
273 B
Plaintext
# local credentials
|
|
credentials.properties
|
|
|
|
# Vim
|
|
*.sw[op]
|
|
|
|
# Gradle
|
|
.gradle
|
|
build
|
|
|
|
# IDEA
|
|
.idea
|
|
!.idea/codeStyleSettings.xml
|
|
*.iml
|
|
*.iws
|
|
|
|
# Eclipse
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
bin
|
|
|
|
# Maven
|
|
log/
|
|
target/
|
|
|
|
# Output
|
|
database
|
|
logs
|
|
test_db
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
local.properties
|