Add .env to .gitignore
This commit is contained in:
parent
725aff67cb
commit
edab9343dd
2
.env
2
.env
@ -8,5 +8,5 @@ REACT_APP_SITE_URL=https://bs-overlay.fascinated.cc
|
|||||||
|
|
||||||
REDIS_PORT=6379
|
REDIS_PORT=6379
|
||||||
REDIS_HOST=195.154.220.97
|
REDIS_HOST=195.154.220.97
|
||||||
REDIS_PASSWORD=zgrq2L7TmhRLvwrBcosaSLi3pMjq6x7Arz4W2M3zDHt4
|
REDIS_PASSWORD=MgBRogibXR72hFSrCmZtYgfxGqkJ44SWpYkb8TAEAeC2
|
||||||
REDIS_DATABASE=0
|
REDIS_DATABASE=0
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,6 +29,7 @@ yarn-error.log*
|
|||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
.env.production.local
|
.env.production.local
|
||||||
|
.env
|
||||||
|
|
||||||
# vercel
|
# vercel
|
||||||
.vercel
|
.vercel
|
||||||
|
Reference in New Issue
Block a user