Example config and ignore config.js.

This commit is contained in:
2020-05-27 20:03:01 +02:00
parent 1d2409036f
commit b2e6d6341b
2 changed files with 12 additions and 0 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Project files to ignore
config.js
*.swp *.swp
.DS_Store .DS_Store

9
config.js.example Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
senderEmail: '',
senderPassword: '',
recipientEmail: '',
url: '',
debug: false
}