Skip to content

Commit 705b9e9

Browse files
lehojunclaude
andcommitted
[CONFIG] 로컬 개발 환경 설정 추가
- .gitignore에 로컬 설정 파일 제외 추가 - application-local.yml (개발자별 로컬 설정) - node_modules/ (불필요한 의존성) - .claude/ (Claude Code 설정) 로컬 개발 환경 구성: - LiveKit 로컬 서버 지원 (ws://localhost:7880) - MySQL 로컬 연결 설정 - 개발/프로덕션 환경 분리 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 5c7f211 commit 705b9e9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,14 @@ out/
3535

3636
### VS Code ###
3737
.vscode/
38+
39+
# Local configuration
40+
application-local.yml
41+
42+
# Node modules
43+
node_modules/
44+
package.json
45+
package-lock.json
46+
47+
# Claude settings
48+
.claude/

0 commit comments

Comments
 (0)