How to use ignorefs - 1 common examples

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

MIT
Latest version published 2 years ago

Package Health Score

54 / 100
Full package analysis

Popular ignorefs functions

Popular JavaScript code snippets

Find secure code to use in your application or website