From 243cbf40260eafff5cb7939da8db64b495ef39f5 Mon Sep 17 00:00:00 2001 From: andrzej Date: Tue, 1 Oct 2024 12:01:20 +0200 Subject: [PATCH] ignore .env! --- .env | 8 -------- .gitignore | 3 +++ 2 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 5a9c660..0000000 --- a/.env +++ /dev/null @@ -1,8 +0,0 @@ -# Environment variables declared in this file are automatically made available to Prisma. -# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema - -# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB. -# See the documentation for all the connection string options: https://pris.ly/d/connection-strings - -DATABASE_URL="file:./dev.db" -JWT_SECRET="/VziPKch4YqGXA85ghyYGd/JIvO7fJ+BZEyxc910sEc=" diff --git a/.gitignore b/.gitignore index fd3dbb5..c7de9b4 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +#secret +.env