Skip to content

Commit

Permalink
Add .AppleDouble to ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Aug 13, 2016
1 parent 3e580d0 commit ba724c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Filesystem/Definitions.php
Expand Up @@ -47,7 +47,8 @@ protected function ignoreFiles()
return [
'.svn',
'.git',
'.DS_Store'
'.DS_Store',
'.AppleDouble'
];
}

Expand Down

0 comments on commit ba724c3

Please sign in to comment.