How to use the ignorefs.isIgnoredPath function in ignorefs

To help you get started, we’ve selected a few ignorefs examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github bevry / watchr / source / index.js View on Github external
isIgnoredPath(path /* :string */) {
		// Ignore?
		const ignore = ignorefs.isIgnoredPath(path, this.getIgnoredOptions())

		// Return
		return ignore
	}

ignorefs

Ignore common and custom patterns of the file system

Artistic-2.0
Latest version published 4 months ago

Package Health Score

69 / 100
Full package analysis

Popular ignorefs functions