This commit is contained in:
2025-12-15 14:41:47 +09:00
parent 26577fb696
commit c2b81c19c5
8 changed files with 37 additions and 39 deletions

11
frontend/.gitignore vendored
View File

@@ -9,7 +9,6 @@
!.yarn/plugins
!.yarn/releases
!.yarn/versions
package-lock.json
# ==============================================
# Build Output
@@ -66,3 +65,13 @@ next-env.d.ts
.temp
.tmp
# ==============================================
# Environment Variables
# ==============================================
.env
.env.local
.env.prod
# .env.dev는 허용 (배포용)
!.env.dev
!.env.example