added credentials file

This commit is contained in:
Wenszel 2023-11-12 13:37:43 +01:00
parent d0b12137b5
commit e702b912f7
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,6 +1,4 @@
backend/node_modules backend/node_modules
backend/credentials.js
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies # dependencies
/node_modules /node_modules

2
backend/credentials.js Normal file
View File

@ -0,0 +1,2 @@
// Write your own mongoDBatlas credentials here
module.exports = '';