diff options
author | Patrick O'Doherty <p@trickod.com> | 2016-05-25 16:28:49 +0100 |
---|---|---|
committer | Patrick O'Doherty <p@trickod.com> | 2016-05-25 16:28:49 +0100 |
commit | f1a898a1adb2d3a0facfece2729bd0c527781bdc (patch) | |
tree | 30fa2a3b49bbbbe2721aa1c3c09a67d9408d345a /.gitignore | |
parent | 0bedc0266b16e26c6f3346f2db65d14700b76b91 (diff) |
Fix key name in example config.
Add config.json to a gitignore to prevent it being versioned.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d344ba6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config.json |