We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node_modules
site.ignore()
Add node_modules to site.ignore() in _config.ts.
_config.ts
site.ignore("README.md", "CHANGELOG.md", "node_modules");
The text was updated successfully, but these errors were encountered:
chore: add node_modules to site.ignore() (#18)
a573a40
Merge pull request #30 from stevensblueprint/ZhangTerrence
938a312
Resolved #21, #20, #18, #17
#30
Sorry, something went wrong.
ZhangTerrence
No branches or pull requests
Description
Add
node_modules
tosite.ignore()
in_config.ts
.Example
site.ignore("README.md", "CHANGELOG.md", "node_modules");
The text was updated successfully, but these errors were encountered: