Sha256: 31930e57a1df5e4b416a5725c5f75bc0fa3c7402a262a6622d13c94625db55a1
Contents?: true
Size: 351 Bytes
Versions: 79
Compression:
Stored size: 351 Bytes
Contents
var Ignore = require("../") Ignore({ path: __dirname , ignoreFiles: [".ignore", ".gitignore"] }) .on("child", function (c) { console.error(c.path.substr(c.root.path.length + 1)) c.on("ignoreFile", onIgnoreFile) }) .on("ignoreFile", onIgnoreFile) function onIgnoreFile (e) { console.error("adding ignore file", e.path) }
Version data entries
79 entries across 79 versions & 5 rubygems