IviFoundation / ivifoundation.github.io

The future website of the IVI Foundation
https://ivifoundation.github.io
5 stars 4 forks source link

Update gitignore for Jekyll #42

Closed alejandro5042 closed 1 year ago

alejandro5042 commented 1 year ago

Standard practice for Jekyll.

Copied from: https://github.com/github/gitignore/blob/main/Jekyll.gitignore (public domain, CC0-1.0)

joseph-mueller commented 1 year ago

Frankly, I don't have experience with the Gem bundler before this project, but I wonder if we need the .bundle directory (and I suppose vendor/). I looked at this comment: https://stackoverflow.com/questions/61704004/trouble-creating-a-new-jekyll-site-could-not-locate-gemfile-or-bundle-direct

This says that you need to run 'bundle init' to create the directories. Do you anticipate that running bundle init is part of getting a fresh clone to serve correctly?

joseph-mueller commented 1 year ago

Oops,. looks like these files were spurious. Now, when I run jekyll serve or use the startup script, they are not even created. Perhaps introduce by the original copy from just-the-docs?

Anyway, no problem adding them to the .gitignore