Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
# CodeRabbit Configuration
# https://docs.coderabbit.ai/guides/configure-coderabbit

Expand Down Expand Up @@ -27,6 +28,7 @@ reviews:
base_branches:
- "main"
- "develop"
- "dev"

poem: false
collapse_walkthrough: true
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ dist
dist-ssr
*.local

# 테스트·커버리지 산출물 (CI/로컬에서 생성)
coverage

# Editor directories and files
.vscode/*
!.vscode/extensions.json
Expand Down
Loading
Loading