Add config and update output to .gitignore

This commit is contained in:
Robert Miles 2018-11-19 10:34:07 -05:00
parent 6c974e475f
commit 5fed237611
2 changed files with 6 additions and 1 deletions

6
.gitignore vendored
View File

@ -3,3 +3,9 @@ venv/*
# Compiled Python
*.pyc
# Status file
status.json
# Config
config.json

View File

@ -1 +0,0 @@
{"tildes":{"tilde.team":{"ssh":true,"web":true,"gopher":true,"alive":true}}}