diff --git a/docs/Options.md b/docs/Options.md
index 9c524dced39..01e1b3926d6 100644
--- a/docs/Options.md
+++ b/docs/Options.md
@@ -162,6 +162,14 @@ NSIS only, [in progress](https://github.com/electron-userland/electron-builder/i
| **ext** | The extension (minus the leading period). e.g. `png`
| **name** | The name. e.g. `PNG`
+
+## `.directories`
+| Name | Description
+| --- | ---
+| buildResources | The path to build resources, defaults to `build`.
+| output | The output directory, defaults to `dist`.
+| app | The application directory (containing the application package.json), defaults to `app`, `www` or working directory.
+
diff --git a/src/metadata.ts b/src/metadata.ts
index 8cc0bcb2567..2d1b32f052c 100755
--- a/src/metadata.ts
+++ b/src/metadata.ts
@@ -466,10 +466,6 @@ export interface FileAssociation {
readonly name: string
}
-// CFBundleTypeName
-// https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-101685
-// CFBundleTypeExtensions
-
/*
## `.directories`
*/