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();