From ffd67828c640e1d0828b272b9f76225b3c6a614c Mon Sep 17 00:00:00 2001 From: Florian Scheuner Date: Sat, 18 Nov 2023 09:19:43 +0200 Subject: [PATCH] chore: remove .env.local from remote (#41) * chore(git): fix .gitignore * chore: untrack .env.local file * chore(git): cleanup path in .gitignore --- .env/.env.local | 7 ------- .gitignore | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .env/.env.local diff --git a/.env/.env.local b/.env/.env.local deleted file mode 100644 index 6c27a346d..000000000 --- a/.env/.env.local +++ /dev/null @@ -1,7 +0,0 @@ -ENV_FILE_NAME=LOCAL -VERCEL_URL=localhost:4200 -PROVIDER_POSTGRES_ANALYTICS_PRISMA_URL="postgres://default:this0is0a0secret0password@localhost:5432/verceldb?pgbouncer=true&connect_timeout=15" -PROVIDER_POSTGRES_ANALYTICS_URL_NON_POOLING="postgres://default:this0is0a0secret0password@localhost:5432/verceldb" -PROVIDER_GITHUB_TOKEN= -PROVIDER_GITHUB_PROJECT_OWNER=PupoSDC -PROVIDER_GITHUB_PROJECT_NAME=chair-flight \ No newline at end of file diff --git a/.gitignore b/.gitignore index 466909d84..f22d18e57 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ npm-debug.log yarn-error.log testem.log *.tsbuildinfo +**/debug.log # System Files .DS_Store @@ -42,7 +43,6 @@ Thumbs.db # Env files .env.* !.env.example -!.env.local # Content produced by build steps apps/next-app/public/storybook