mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-10 20:05:48 +00:00
32 lines
213 B
Plaintext
32 lines
213 B
Plaintext
# Java
|
|
*.class
|
|
|
|
# Intellij
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
|
|
# Eclipse
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
/bin
|
|
|
|
# Maven
|
|
log/
|
|
target/
|
|
|
|
# Package Files #
|
|
*.zip
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# Output #
|
|
/logs
|
|
/dmp
|
|
/database
|
|
/null
|
|
|
|
# Mac
|
|
.DS_Store |