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 -};