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