Change to using yml for configuration files

This commit is contained in:
Dane Everitt
2017-09-30 17:25:04 -05:00
parent 5ed3bb2a0c
commit 256c566dfe
13 changed files with 70 additions and 18 deletions

3
.gitignore vendored
View File

@@ -3,6 +3,7 @@
*.dll
*.so
*.dylib
.idea/*
# Test binary, build with `go test -c`
*.test
@@ -20,7 +21,7 @@
/logs/*
# ignore configuration file
/config.json
/config.yml
# Ignore Vagrant stuff
/.vagrant