You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Reads a file or folder from `path` on the filesystem and adds it to IPFS. Options:
233
+
-**recursive**: If `path` is a directory, use option `{ recursive: true }` to add the directory and all its sub-directories.
234
+
-**ignore**: To exclude fileglobs from the directory, use option `{ ignore: ['ignore/this/folder/**', 'and/this/file'] }`.
235
+
-**hidden**: hidden/dot files (files or folders starting with a `.`, for example, `.git/`) are not included by default. To add them, use the option `{ hidden: true }`.
0 commit comments