coala / coala/coala-quickstart

FileGlobs: Extract ignore globs from .npmignore file

Open
#109 6 comments 0 reactions 1 assignee Claimed by @prachi1210 View on GitHub
difficulty/low status/STALE
Dominant language
Python
Stars
49
Forks
74
PR merge metrics
No merged PRs in 30d

Description

Some developers use `.npmignore` file to keep stuff out of their npm package. If there's no `.npmignore` file, but there is a `.gitignore` file, then npm will ignore the stuff matched by the `.gitignore` file.

Like git, npm looks for `.npmignore` and `.gitignore` files in all subdirectories of your package, not only the root directory. (There's an issue https://github.com/coala/coala-quickstart/issues/108 for this functionality)

`.npmignore` files follow the same pattern rules as `.gitignore` files.

difficulty/low

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.