From 8b42a0d1e3799b253af0a04c927aa9c64548ec62 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 30 Mar 2021 18:26:32 -0400 Subject: [PATCH 1/3] Create GitHubPages.gitignore --- GitHubPages.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 GitHubPages.gitignore diff --git a/GitHubPages.gitignore b/GitHubPages.gitignore new file mode 100644 index 00000000..81626739 --- /dev/null +++ b/GitHubPages.gitignore @@ -0,0 +1,17 @@ +# This .gitignore is appropriate for repositories deployed to GitHub Pages and using +# a Gemfile as specified at https://github.com/github/pages-gem#conventional + +# Basic Jekyll gitignores (synchronize to Jekyll.gitignore) +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata + +# Additional Ruby/bundler ignore for when you run: bundle install +/vendor + +# Specific ignore for GitHub Pages +# GitHub Pages will always use its own deployed version of pages-gem +# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is not +# counterproductive to check this file into the repository. +Gemfile.lock From 978e3010329eff589d2b9b140cb8af30f4480065 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Wed, 31 Mar 2021 13:56:32 -0400 Subject: [PATCH 2/3] Update GitHubPages.gitignore --- GitHubPages.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitHubPages.gitignore b/GitHubPages.gitignore index 81626739..fddfb6b9 100644 --- a/GitHubPages.gitignore +++ b/GitHubPages.gitignore @@ -12,6 +12,6 @@ _site/ # Specific ignore for GitHub Pages # GitHub Pages will always use its own deployed version of pages-gem -# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is not +# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is # counterproductive to check this file into the repository. Gemfile.lock From 716e3baab06bb469457e7f91a111cd16b4e2e01b Mon Sep 17 00:00:00 2001 From: William Entriken Date: Mon, 18 Sep 2023 15:43:20 -0400 Subject: [PATCH 3/3] Add notes link --- GitHubPages.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/GitHubPages.gitignore b/GitHubPages.gitignore index fddfb6b9..493e69ba 100644 --- a/GitHubPages.gitignore +++ b/GitHubPages.gitignore @@ -14,4 +14,5 @@ _site/ # GitHub Pages will always use its own deployed version of pages-gem # This means GitHub Pages will NOT use your Gemfile.lock and therefore it is # counterproductive to check this file into the repository. +# Details at https://github.com/github/pages-gem/issues/768 Gemfile.lock