Skip to content
Open
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

Binary file removed 2021/.DS_Store
Binary file not shown.
Binary file removed 2023/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file removed 2023/RadicalCandor/.DS_Store
Binary file not shown.
Binary file removed 2023/TheEssenseOfObjectOrientation/.DS_Store
Binary file not shown.
Binary file removed 2024/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file removed 2024/TheEssenseOfObjectOrientation/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file removed 2025/Becoming a Better Programmer/.DS_Store
Binary file not shown.
Binary file not shown.
Loading