Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: application-local.yml을 .gitignore에 등록한다. #38

Closed
seokjin8678 opened this issue Dec 18, 2023 · 0 comments · Fixed by #44
Closed

feat: application-local.yml을 .gitignore에 등록한다. #38

seokjin8678 opened this issue Dec 18, 2023 · 0 comments · Fixed by #44
Assignees
Labels
🛠 수정 수정에 관한 작업

Comments

@seokjin8678
Copy link
Contributor

이슈 내용

현재 application-local.yml 파일은 깃허브에 올라가있는 상태입니다.
이때 로컬에서 OAuth2를 테스트하려고 파일을 수정한 뒤 실수로 커밋을 해버리면 보안 정보가 노출 될 수 있습니다.
로컬에서 각 개발자 환경마다 설정이 달라질 수 있는 파일이기 때문에 .gitignore에 등록하여 스테이징 되는 것을 방지합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 수정 수정에 관한 작업
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant