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