-
-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
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
set ignored files in eleventyConfig #1405
Comments
|
see #894 |
zachleat
added a commit
that referenced
this issue
Jun 14, 2021
… node_modules by default if you did not have a .gitignore or your .gitignore was empty. Opt-out using `eleventyConfig.ignores.delete("node_modules/**");` Also adds a configuration option to allow modification of ignores: `eleventyConfig.ignores.add("my_ignore_file.md");` Fixes #383 Fixes #1405 Fixes #894
Shipping with 1.0. Docs will show up at https://www.11ty.dev/docs/ignores/ in a bit |
zachleat
added a commit
to 11ty/11ty-website
that referenced
this issue
Jun 14, 2021
Docs for 11ty/eleventy#894 Docs for 11ty/eleventy#383
Cheers @zachleat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
EleventyConfig return object should accept an array of file globs to ignore.
Describe alternatives you've considered
#1403 solves the first problem.
The text was updated successfully, but these errors were encountered: