ethereumj-personal/.gitignore

36 lines
273 B
Plaintext
Raw Normal View History

2014-09-04 09:11:18 +00:00
# local credentials
credentials.properties
2014-12-26 13:23:44 +00:00
# Vim
*.sw[op]
2014-05-04 14:41:08 +00:00
2014-12-26 13:23:44 +00:00
# Gradle
.gradle
build
# IDEA
.idea
!.idea/codeStyleSettings.xml
2014-08-20 19:19:42 +00:00
*.iml
*.iws
2014-05-04 21:04:33 +00:00
# Eclipse
.project
.classpath
2014-08-20 19:19:42 +00:00
.settings/
bin
2014-08-20 19:19:42 +00:00
# Maven
log/
target/
# Output
database
logs
test_db
2014-08-20 19:19:42 +00:00
# Mac
2014-12-26 13:23:44 +00:00
.DS_Store
2015-04-28 17:11:56 +00:00
local.properties