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

#338 .DS_Store 캐시 삭제 #342

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Conversation

psyeon1120
Copy link
Member

📍 이슈 번호


🛠️ 작업 내용

  1. find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
  2. .DS_Store 를 .gitignore에 추가
  3. find . -name .DS_Store -print0 | xargs -0 git rm -r --cached
  4. 커밋

🎸 기타 사항

  • 발견!

@psyeon1120 psyeon1120 added the ✏️ remove 코드 삭제 label Jul 29, 2024
@psyeon1120 psyeon1120 requested a review from sojungpp July 29, 2024 13:12
@psyeon1120 psyeon1120 self-assigned this Jul 29, 2024
@sojungpp sojungpp merged commit 6e699df into develop Jul 29, 2024
1 check passed
@sojungpp sojungpp deleted the refactor/#338-remove-ds-store branch July 29, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✏️ remove 코드 삭제
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[remove] .DS_Store 파일 삭제
2 participants