diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-03-10 11:42:40 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-03-10 11:42:40 +0000 |
commit | 176f722d53fb47f68b77752aad56f03ac8c3ed4b (patch) | |
tree | 71b958c3ea66ea961b068debe392f37a37219d92 | |
parent | cdc115778551af69b4c9c39f758adcae61701aa3 (diff) |
Update .gitignore
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -43,3 +43,9 @@ _testmain.go # Default configuration file dendrite.yaml + +# Database files +*.db + +# Log files +*.log* |