Add .env to gitignore
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
f4f297f5b0
commit
093b2d16a0
@ -1,9 +0,0 @@
|
|||||||
PORT=3000
|
|
||||||
HOST=localhost
|
|
||||||
HTTPS=true
|
|
||||||
DANGEROUSLY_DISABLE_HOST_CHECK='true'
|
|
||||||
WDS_SOCKET_PATH=/identities/ws
|
|
||||||
WDS_SOCKET_PORT=0
|
|
||||||
WDS_SOCKET_HOST=ketrenos.com
|
|
||||||
PUBLIC_URL=/identities/
|
|
||||||
|
|
2
client/.gitignore
vendored
2
client/.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
|
.env
|
||||||
|
|
||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user