.env gitignore에서 제거 추가

This commit is contained in:
koreacomp5
2025-10-08 23:05:11 +09:00
parent 3c0e242603
commit 87ebb27065
2 changed files with 2 additions and 1 deletions

1
.env Normal file
View File

@@ -0,0 +1 @@
DATABASE_URL="file:./prisma/dev.db"

2
.gitignore vendored
View File

@@ -31,7 +31,7 @@ yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
# .env*
# vercel
.vercel