From 7383046cd239857ee75f4cd256f68dbb5d1039a3 Mon Sep 17 00:00:00 2001 From: Cyrille Date: Wed, 8 May 2019 12:23:52 +0100 Subject: [PATCH] clean.js --- .gitignore | 2 +- clean.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2fab40c..13dfa36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ .env -/node-modules \ No newline at end of file +node_modules/ \ No newline at end of file diff --git a/clean.js b/clean.js index 02e8fa1..8065381 100644 --- a/clean.js +++ b/clean.js @@ -1,4 +1,5 @@ console.log('Cleaning the project.'); +console.log('Cleaning the project.'); require('dotenv').config();