ignore config

pull/83/head
Thibault Duplessis 2014-05-07 10:03:40 +02:00
parent bd7a87bfad
commit 396a769435
2 changed files with 1 additions and 19 deletions

6
.gitignore vendored
View File

@ -1,6 +1,5 @@
conf/application.conf
conf/local.*
bin/lilarc.local
conf/base.conf
logs
project/project
project/target
@ -17,9 +16,6 @@ bin/.translate_version
data/
dist/
todos/
deploy
db/lib/
cljs/*/out
cljs/*/repl

View File

@ -1,14 +0,0 @@
include "base"
mongodb {
servers = []
}
ai {
server = true
client = false
stockfish {
hash_size = 8192
analyse.movetime = 500
play.movetime = 400
}
}