QQQ-27: gitignore .env and removed no longer needed files

This commit is contained in:
Tim Chamberlain
2022-07-27 23:47:47 -05:00
parent 58041897a6
commit 536b4b0c91
4 changed files with 1 additions and 6 deletions

1
.env
View File

@ -1 +0,0 @@
GENERATE_SOURCEMAP=false

View File

@ -1,3 +0,0 @@
REACT_APP_AUTH0_DOMAIN="op://Kingsrook/Auth0 Developer Keys/domain"
REACT_APP_AUTH0_CLIENT_ID="op://Kingsrook/Auth0 Developer Keys/clientId"
MATERIAL_UI_LICENSE_KEY="op://Kingsrook/Material UI Licence/key"

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
*.iml
.yalc*
yalc.lock
.env
# dependencies
/node_modules

View File

@ -1,2 +0,0 @@
#!/bin/bash
op run --env-file='.env-op' -- npm "$@"