This commit is contained in:
Cyrille 2019-05-08 12:23:52 +01:00
parent 9f37ceae9f
commit 7383046cd2
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
.env
/node-modules
node_modules/

View File

@ -1,4 +1,5 @@
console.log('Cleaning the project.');
console.log('Cleaning the project.');
require('dotenv').config();