8000 [Finder] Ignore .AppleDouble directories · Issue #5877 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Finder] Ignore .AppleDouble directories #5877

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
michaelsauter opened this issue Oct 30, 2012 · 1 comment
Closed

[Finder] Ignore .AppleDouble directories #5877

michaelsauter opened this issue Oct 30, 2012 · 1 comment

Comments

@michaelsauter
Copy link

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.

@stof
Copy link
Member
stof commented Oct 30, 2012

Duplicate of #4911 for which a fix is in progress in #5128

@stof stof closed this as completed Oct 30, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0