When I do a ‘git status’ on my directory, it shows a bunch of untracked files that seem to be duplicates. The only difference is that all have a prefix of ._. For example: One of my untracked files that needs to be added would be… app/assets/stylesheets/categories.css and another file would display as app/assets/stylesheets/._categories.css.
Does anyone know what this is all about? There seems to be no good documentation on GitHub.
As mentioned here:
(Described in more details in "DS_Store, dot underscore (
._), resource forks and annoyed Windows users")See also "Is there any way to prevent a Mac from creating dot underscore files?"