Skip to content
Open
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
3 changes: 2 additions & 1 deletion Global/macOS.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# General
.DS_Store
.localized
__MACOSX/
.AppleDouble
.LSOverride
Icon[]
Icon[^M]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Are you able to revert this change? The way this renders in the GitHub UI is a little odd, but I believe it should be a literal carriage return, not the literal ^M characters that got put here instead.

Some context I found: https://superuser.com/questions/298785/icon-file-on-os-x-desktop

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@dooleydevin I will try my best to do so. Regardless of how I have tried to edit the fie so far, it has turned into a newline whenever the file is edited in any way. Any suggestions on how to resolve that?


# Thumbnails
._*
Expand Down