mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 12:50:43 +00:00
QQQ-27: gitignore .env and removed no longer needed files
This commit is contained in:
3
.env-op
3
.env-op
@ -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
1
.gitignore
vendored
@ -4,6 +4,7 @@
|
||||
*.iml
|
||||
.yalc*
|
||||
yalc.lock
|
||||
.env
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
op run --env-file='.env-op' -- npm "$@"
|
Reference in New Issue
Block a user