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

https://github.com/jonathanong/disallow

Disallow certain types of files
https://github.com/jonathanong/disallow

Last synced: 4 months ago
JSON representation

Disallow certain types of files

Awesome Lists containing this project

README

          

# Disallow

Disallow certain files.

## API

```bash
npx disallow
```

## .disallow

List of globs to disallow:

```
**/*.png
**/*.jpg
```

## .disallowignore

List of globs to ignore from this check:

```
node_modules/**/*
```