-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Dev - Should Support Files be Ignored? #1554
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
Comments
They should be and it looks like they already are: https://github.com/webpack/webpack.js.org/blob/master/.gitignore#L5-L7 However I'm seeing the same issue. |
Yeap, they are. Super weird. Don't know if it's cached or an encoding discrepancy. |
Fixed in #1555 ... will merge as soon as the build passes. |
Just some git weirdness left over from the restructuring. |
I also simplified the Then we could do away with the |
Yeah, I was about to suggest something like that, or |
Sounds good. Feel free to dig into that if you have time. cc @pierreneter |
These files are generated by the `npm run fetch` script and were somehow messed up by #1490 (I think). Followed these instructions to ensure they were fully removed and ignored: https://stackoverflow.com/questions/11451535/gitignore-is-not-working Resolves #1554
I just did a clean clone, run
npm install
, thennpm start
and these two files appeared as added:src/components/Support/support-backers.json
src/components/Support/support-sponsors.json
Should they be added to
.gitignore
?The text was updated successfully, but these errors were encountered: