From 40c7b6114b1876ed2f54930638f7a1ea992539eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 30 Jan 2020 15:11:54 +0100 Subject: [PATCH] Removed a file and all that stuff --- .gitignore | 1 + config/env/lottery.config.js | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 config/env/lottery.config.js diff --git a/.gitignore b/.gitignore index cb63a3c..6623953 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ public/index.html public/sw/ +config/env/lottery.config.js # Logs logs diff --git a/config/env/lottery.config.js b/config/env/lottery.config.js deleted file mode 100644 index 9495a2f..0000000 --- a/config/env/lottery.config.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - name: "Kasper Rynning-Tønnesen", - phone: "977 40 427", - price: 10, - message: "Vinlotteri 🍾", - date: 5, - hours: 15 -};