Skip to content

Remove .DS_Store files and add .gitignore#653

Open
jongfeel wants to merge 1 commit intomainfrom
remove-ds-store
Open

Remove .DS_Store files and add .gitignore#653
jongfeel wants to merge 1 commit intomainfrom
remove-ds-store

Conversation

@jongfeel
Copy link
Copy Markdown
Member

Closes #577

Closes #577

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jongfeel jongfeel self-assigned this Apr 18, 2026
@jongfeel jongfeel added the 2026 label Apr 18, 2026
@github-actions
Copy link
Copy Markdown

우측에 있는 Projects, Milestone, Development를 확인 후 할당 해주세요~! 🙇

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds .DS_Store to the .gitignore file. The review feedback suggests expanding the list to include other common OS-generated files like ._* and Thumbs.db, and notes that existing tracked files must be manually removed using git rm --cached.

Comment thread .gitignore
@@ -0,0 +1 @@
.DS_Store
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The PR title mentions removing .DS_Store files, but adding them to .gitignore does not remove already tracked files; use git rm --cached for that. Also, consider adding ._* and Thumbs.db to ignore other common OS-generated files.

.DS_Store
._*
Thumbs.db

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 this pull request may close these issues.

[Task] Remove .DS_Store files and add .gitignore

1 participant