Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Finder] Ignore .AppleDouble directories #5877

Closed
@michaelsauter

Description

@michaelsauter

I'm having trouble with .AppleDouble directories, which are picked up when I run commands from the command line. Symfony expects the wrong classes in the files "inside" the .AppeDouble directories. Of course Symfony2 should just ignore the .AppleDouble directory as there is only metadata in there.

These issue already came up in #994 and apparently was fixed in 7ab3fde. This does not work for me however. I think the problem is that .AppleDouble is a directory, not a file. If I add .AppleDouble to the VCS patterns, it works and no files "inside" .AppleDouble are picked up.

Of course, this does not seem to be the "right" way of doing this. My thinking would be to rename $vcsPatterns to $directoryPatterns. If that sounds good, I'm happy to make a pull request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions