From ca9d63dc1ed20e1c761a0a47ac950bd00ce7676a Mon Sep 17 00:00:00 2001 From: DanishMehmood-bit <64415995+DanishMehmood-bit@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:38:15 +0500 Subject: [PATCH] Ignored .env file --- .gitignore | 1 + packages/apps/storybook/.env | 3 --- packages/apps/storybook/.gitignore | 1 + packages/modules/storybook-auth-addon/.env | 1 - packages/modules/storybook-auth-addon/.gitignore | 1 + 5 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 packages/apps/storybook/.env delete mode 100644 packages/modules/storybook-auth-addon/.env diff --git a/.gitignore b/.gitignore index ebf38920..59ec8fd4 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ common/temp/ *.eslintcache .env*.local +.env # Test reports packages/modules/manage-versions/coverage/ \ No newline at end of file diff --git a/packages/apps/storybook/.env b/packages/apps/storybook/.env deleted file mode 100644 index 9602e479..00000000 --- a/packages/apps/storybook/.env +++ /dev/null @@ -1,3 +0,0 @@ -# Registered client which have access to scopes "imodels:read", "imodels:modify", "itwins:read" and "itwins:modify", redirectUrl should be http://localhost:6006/signin-oidc.html -# Please create .env.local file and put the client id there to avoid accidentally commiting this file. -STORYBOOK_AUTH_CLIENT_ID= diff --git a/packages/apps/storybook/.gitignore b/packages/apps/storybook/.gitignore index 1aa0ac14..b27b8a35 100644 --- a/packages/apps/storybook/.gitignore +++ b/packages/apps/storybook/.gitignore @@ -1 +1,2 @@ +.env /storybook-static diff --git a/packages/modules/storybook-auth-addon/.env b/packages/modules/storybook-auth-addon/.env deleted file mode 100644 index 7d910f14..00000000 --- a/packages/modules/storybook-auth-addon/.env +++ /dev/null @@ -1 +0,0 @@ -SKIP_PREFLIGHT_CHECK=true \ No newline at end of file diff --git a/packages/modules/storybook-auth-addon/.gitignore b/packages/modules/storybook-auth-addon/.gitignore index 4d29575d..8692cf66 100644 --- a/packages/modules/storybook-auth-addon/.gitignore +++ b/packages/modules/storybook-auth-addon/.gitignore @@ -13,6 +13,7 @@ # misc .DS_Store +.env .env.local .env.development.local .env.test.local