From 140d8206002abe5762f983a465d1f8619d013e13 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 3 Jan 2017 23:37:23 +0100 Subject: Initial commit: * git-crypt setup * configuration files --- .git-crypt/.gitattributes | 3 +++ .../0/114263FF448C39C82F2394BC78C0528474A2068D.gpg | Bin 0 -> 469 bytes .gitattributes | 1 + config/butler.json | 5 +++++ config/db.json | Bin 0 -> 144 bytes 5 files changed, 9 insertions(+) create mode 100644 .git-crypt/.gitattributes create mode 100644 .git-crypt/keys/default/0/114263FF448C39C82F2394BC78C0528474A2068D.gpg create mode 100644 .gitattributes create mode 100644 config/butler.json create mode 100644 config/db.json diff --git a/.git-crypt/.gitattributes b/.git-crypt/.gitattributes new file mode 100644 index 0000000..17ef601 --- /dev/null +++ b/.git-crypt/.gitattributes @@ -0,0 +1,3 @@ +# Do not edit this file. To specify the files to encrypt, create your own +# .gitattributes file in the directory where your files are. +* !filter !diff diff --git a/.git-crypt/keys/default/0/114263FF448C39C82F2394BC78C0528474A2068D.gpg b/.git-crypt/keys/default/0/114263FF448C39C82F2394BC78C0528474A2068D.gpg new file mode 100644 index 0000000..9901d39 Binary files /dev/null and b/.git-crypt/keys/default/0/114263FF448C39C82F2394BC78C0528474A2068D.gpg differ diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..17366f1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +config/db.json filter=git-crypt diff=git-crypt diff --git a/config/butler.json b/config/butler.json new file mode 100644 index 0000000..ab19a17 --- /dev/null +++ b/config/butler.json @@ -0,0 +1,5 @@ +{ + "cutoff_point": 32, + "cutoff_rate": 0.1, + "opponent_factor": 0.5 +} diff --git a/config/db.json b/config/db.json new file mode 100644 index 0000000..bc6afa1 Binary files /dev/null and b/config/db.json differ -- cgit v1.2.3