Skip to content

chore: gitignore가 application.yml을 놓치던 문제 수정 - #245

Merged
unam98 merged 1 commit into
mainfrom
chore/fix-gitignore-application-yml
Aug 12, 2026
Merged

chore: gitignore가 application.yml을 놓치던 문제 수정#245
unam98 merged 1 commit into
mainfrom
chore/fix-gitignore-application-yml

Conversation

@unam98

Copy link
Copy Markdown
Collaborator

작업 배경

  • 로컬 테스트용 src/main/resources/application.yml을 만들다가, .gitignore의 실제 패턴이 application.yaml(확장자 yaml)만 막고 있어 application.yml(확장자 yml)은 무시 대상이 아니라는 걸 발견 (git check-ignore -v로 확인)
  • 지금은 더미값뿐이라 실제 유출은 없었지만, git add -A를 실수로 돌리면 로컬 DB 자격증명 등이 커밋될 수 있는 구멍이었음

변경 사항

영역내용
.gitignoreapplication.yml, src/main/resources/application.yml, src/main/resources/application.yaml 패턴 추가

영향 범위

  • 설정 파일 무시 규칙만 추가, 런타임/로직 영향 없음

Test Plan

  • git check-ignore -v src/main/resources/application.yml로 이제 무시됨을 확인

🤖 Generated with Claude Code

기존 패턴이 application.yaml만 막고 있어 application.yml은
git add -A 시 실수로 커밋될 수 있는 상태였음.
@unam98unam98 self-assigned this Aug 12, 2026
@coderabbitai

Copy link
Copy Markdown

Warning

Review limit reached

@unam98, you've reached your PR review limit, so we couldn't start this review.

Next review available in:56 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 89c67ff9-9af6-43ce-ae1d-931fb1952632

📥 Commits

Reviewing files that changed from the base of the PR and between 81126d5 and 338e413.

📒 Files selected for processing (1)
  • .gitignore

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@unam98
unam98 merged commit de33d80 into mainAug 12, 2026
2 checks passed
@unam98
unam98 deleted the chore/fix-gitignore-application-yml branch August 12, 2026 08:31
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@unam98@alh0409