jonathanong / disallow

Disallow certain types of files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disallow

Disallow certain files.

API

npx disallow

.disallow

List of globs to disallow:

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

.disallowignore

List of globs to ignore from this check:

node_modules/**/*

About

Disallow certain types of files


Languages

Language:JavaScript 100.0%