digitalcredentials / dcc-website

https://digitalcredentials.mit.edu
1 stars 7 forks source link

Add a .gitignore file to remove _site folder #41

Closed fields37 closed 1 year ago

fields37 commented 1 year ago

As explained in this stack overflow comment, github pages does its own rendering of the site when it builds remotely. The _site folder contains a locally built version of the site that may or may not be up to date with the jekyll code, and causes irrelevant changes to be tracked.

fields37 commented 1 year ago

Implemented in https://github.com/digitalcredentials/dcc-website-jekyll/pull/8