From 39849483c8177cdd1c18fd18c66ceaef99647958 Mon Sep 17 00:00:00 2001 From: Tau Date: Tue, 20 Aug 2019 13:08:11 -0400 Subject: [PATCH] Clean up obsolete state files Hostname is configured from .env now along with everything else. JSON state storage backend has been abandoned. We might add an SQLite backend to go with the current Postgres backend at some point though; SQLite even supports window functions these days. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7a78638..d1b714e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ bin/ node_modules/ -state/ .env -hostname.txt