📝 Edit page
➕ Add page
Git ignore file
- Simple - From MichaelCurrin/jekyll-blog-demo
.jekyll-cache/ .sass-cache/ .jekyll-metadata .bundle/ vendor/ _site/
Notes:
.jekyll-metadata- File is added when runningjekyll new PATHor serving in incremental mode..bundle/- Stores the Bundler config. This can be different for local and prod/remote deploys when packages are frozen, so do not version. See the Bundler install docs about using--deploymentand--frozenflags which probably change this.