-
-
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
Remove support for $INPUT/.gitignore
(0.7.0 added $ROOT/.gitignore
)
#364
Comments
This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open. View the enhancement backlog here. Don’t forget to upvote the top comment with 👍! |
Just for extra clarity, this means we look for ignores in these files in 1.0: $ROOT/.gitignore
- $INPUT/.gitignore
$ROOT/.eleventyignore
$INPUT/.eleventyignore |
For me, this change has made some trouble after the upgrade to 1.0 but I can understand my use-case is not typical. For my needs (technically identical microsites) I made a private wrapper package around Because of this my I can live with it, just wondering if some new API could bring back the old behavior or make it possible to manually add a |
Breaking change, but almost certainly not necessary.
While I don’t think it’s required to git to place this in your project root, it is the prevailing convention.
Note this on the GitHub docs: https://docs.github.com/en/github/getting-started-with-github/getting-started-with-git/ignoring-files#configuring-ignored-files-for-a-single-repository
Changed in #229 (comment)
The text was updated successfully, but these errors were encountered: