Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 241 Bytes

getExclusionsFromIgnoreFile-es5-js.md

File metadata and controls

11 lines (8 loc) · 241 Bytes

API Examples

.getExclusionsFromIgnoreFile (ECMAScript 5)

Get the exclusions from a .nsriignore file

Integrity.getExclusionsFromIgnoreFile()
  .then((excl) => console.log(excl))
  .catch(error => console.error(error))