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
- Host: GitHub
- URL: https://github.com/jonathanong/disallow
- Owner: jonathanong
- Created: 2018-03-04T14:26:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T14:30:51.000Z (over 8 years ago)
- Last Synced: 2024-12-31T16:19:32.335Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/**/*
```