ethereumj-personal/.gitignore

32 lines
213 B
Plaintext
Raw Normal View History

2014-08-20 21:19:42 +02:00
# Java
2014-05-04 16:41:08 +02:00
*.class
2014-08-20 21:19:42 +02:00
# Intellij
.idea/
*.iml
*.iws
2014-05-05 00:04:33 +03:00
# Eclipse
.project
.classpath
2014-08-20 21:19:42 +02:00
.settings/
2014-06-21 22:17:23 +02:00
/bin
2014-08-20 21:19:42 +02:00
# Maven
log/
target/
2014-05-04 16:41:08 +02:00
# Package Files #
2014-05-27 10:23:19 +03:00
*.zip
2014-05-04 16:41:08 +02:00
*.jar
*.war
*.ear
2014-06-28 13:20:26 +02:00
# Output #
/logs
2014-06-28 13:20:26 +02:00
/dmp
2014-08-18 18:29:39 +03:00
/database
2014-08-20 21:19:42 +02:00
/null
# Mac
.DS_Store