diff options
author | Neil Lathwood <neil@lathwood.co.uk> | 2017-09-28 14:54:35 +0100 |
---|---|---|
committer | Danilo Sousa <danilopopeye@users.noreply.github.com> | 2017-09-28 10:54:35 -0300 |
commit | 8acedce87281437b08b3d47a1bcf410c60bd1eb2 (patch) | |
tree | 34626a69b92c2d7829eafc2ffe5a6751bffc1f40 /.gitignore | |
parent | e62eba850753c9af7c4bf3b60c821c98e70553c9 (diff) |
Docs refactor (#1042)
* docs: Refactor docs to make them more digestible
* small updates
* More updates
* more splitting off of files + fixed backtick use
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ /test/tmp/ /test/version_tmp/ /tmp/ +.idea/ # Used by dotenv library to load environment variables. # .env |