.DS_Store
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// Filetypes
|
||||
//////////////////////////////////////////
|
||||
|
||||
// Metadata tools
|
||||
// Bundled tools
|
||||
$bin_gfi = __DIR__."/bin/GetFileInfo";
|
||||
$bin_mediainfo = __DIR__."/bin/mediainfo";
|
||||
$bin_exiftool = __DIR__."/bin/exiftool";
|
||||
@@ -14,6 +14,9 @@ $bin_magick = __DIR__."/bin/magick";
|
||||
$bin_sox = __DIR__."/bin/sox";
|
||||
$bin_pngcrush = __DIR__."/bin/pngcrush";
|
||||
$bin_parallel = __DIR__."/bin/parallel";
|
||||
|
||||
// External tools
|
||||
$bin_php = "php";
|
||||
$bin_vips = "vipsthumbnail";
|
||||
|
||||
$p['bundles'] = array( "app",
|
||||
@@ -30,8 +33,7 @@ $p['bundles'] = array( "app",
|
||||
"rtfd"
|
||||
);
|
||||
|
||||
$p['ignore'] = array( ".DS_Store",
|
||||
".Trashes",
|
||||
$p['ignore'] = array( ".Trashes",
|
||||
".DocumentRevisions-V100",
|
||||
".Spotlight-V100",
|
||||
".TemporaryItems",
|
||||
@@ -50,7 +52,8 @@ $p['p_files'] = array( "folder.jpg",
|
||||
"folder.png",
|
||||
"preview.png");
|
||||
|
||||
$p['c_files'] = array( "txt",
|
||||
$p['c_files'] = array( "DS_Store",
|
||||
"txt",
|
||||
"md",
|
||||
"nfo",
|
||||
"log",
|
||||
|
||||
Reference in New Issue
Block a user