22 lines
164 B
Plaintext
22 lines
164 B
Plaintext
# 빌드 산출물
|
|
node_modules/
|
|
.granite/
|
|
dist/
|
|
build/
|
|
|
|
# 환경 설정
|
|
.env
|
|
.env.*
|
|
|
|
# OS 파일
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Vite
|
|
.vite/
|
|
*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|