ethereumj-personal/.gitignore

37 lines
290 B
Plaintext
Raw Normal View History

2014-09-04 12:11:18 +03:00
# local credentials
credentials.properties
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
*/dmp
*/database
*/null
*/gen
*/src/main/java/sample
2014-08-20 21:19:42 +02:00
# Mac
.DS_Store