init
This commit is contained in:
11
frontend/.gitignore
vendored
11
frontend/.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user