From 2355412a2e73138f426059ed7d1092058636ff8f Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Tue, 21 Nov 2017 20:19:40 +0000 Subject: [PATCH] Add pool file to gitignore and create an empty pool file --- .gitignore | 1 + pool.json | 0 2 files changed, 1 insertion(+) create mode 100644 pool.json diff --git a/.gitignore b/.gitignore index 1cc6c46..1c8959f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ *.db *.pem config.json +pool.json env/ diff --git a/pool.json b/pool.json new file mode 100644 index 0000000..e69de29