From c456b39e6090ed3001df29549f31798b78d3d795 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Mon, 29 Jan 2024 03:01:27 -0800 Subject: [PATCH] fix - dont remove .env from playground --- playground/.env | 2 ++ playground/.gitignore | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 playground/.env diff --git a/playground/.env b/playground/.env new file mode 100644 index 00000000..e1699c0e --- /dev/null +++ b/playground/.env @@ -0,0 +1,2 @@ +CONTENT_API_KEY=a33da3965a3a9fb2c6b3f63b48 +CONTENT_API_URL=https://ghostdemo.matthiesen.xyz \ No newline at end of file diff --git a/playground/.gitignore b/playground/.gitignore index 6d4c0aa0..71d83bbc 100644 --- a/playground/.gitignore +++ b/playground/.gitignore @@ -13,9 +13,6 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* -# environment variables -.env -.env.production # macOS-specific files .DS_Store