diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-02 12:46:06 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-02 12:46:06 -0400 |
commit | 4baa8780bf0df4bf2ba903cb9081833d5400b454 (patch) | |
tree | f721b0b41e1efcea126858d505eac30532590a47 | |
parent | 3e06c6586453d5c592f3391d2ac0056c49568f86 (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | credentials.example.yml | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -2,3 +2,4 @@ *.txt *cache *~ +credentials.yml diff --git a/credentials.example.yml b/credentials.example.yml new file mode 100644 index 0000000..5452123 --- /dev/null +++ b/credentials.example.yml @@ -0,0 +1,2 @@ +username: lukeshu +password: nopassword4u |