improve gitignore and re-add secret.js
This commit is contained in:
parent
efed62d0a2
commit
f5735a2dbe
2 changed files with 3 additions and 6 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,7 +1 @@
|
||||||
node_modules
|
|
||||||
node_modules/
|
node_modules/
|
||||||
node_modules/*
|
|
||||||
|
|
||||||
secret.js
|
|
||||||
|
|
||||||
bridgebotsecret.js
|
|
3
secret.js
Executable file
3
secret.js
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
module.exports = {
|
||||||
|
jwtPrivateKey: "KEY",
|
||||||
|
};
|
Reference in a new issue