An open API service indexing awesome lists of open source software.

https://github.com/kaelzhang/ignore-nested

Nested and hierarchical .gitignore rules manager and walker.
https://github.com/kaelzhang/ignore-nested

gitignore nested nodejs npmignore

Last synced: about 1 month ago
JSON representation

Nested and hierarchical .gitignore rules manager and walker.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/kaelzhang/ignore-nested.svg?branch=master)](https://travis-ci.org/kaelzhang/ignore-nested)
[![Coverage](https://codecov.io/gh/kaelzhang/ignore-nested/branch/master/graph/badge.svg)](https://codecov.io/gh/kaelzhang/ignore-nested)

# ignore-nested

## Install

```sh
$ npm i ignore-nested
```

## Usage

```js
import ignore_nested from 'ignore-nested'
```

## License

MIT