We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ab6c4 commit 5310ff0Copy full SHA for 5310ff0
.gitignore
@@ -1 +1,18 @@
1
+# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
2
+# a Gemfile as specified at https://github.com/github/pages-gem#conventional
3
+
4
+# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
5
_site/
6
+.sass-cache/
7
+.jekyll-cache/
8
+.jekyll-metadata
9
10
+# Additional Ruby/bundler ignore for when you run: bundle install
11
+/vendor
12
13
+# Specific ignore for GitHub Pages
14
+# GitHub Pages will always use its own deployed version of pages-gem
15
+# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
16
+# counterproductive to check this file into the repository.
17
+# Details at https://github.com/github/pages-gem/issues/768
18
+Gemfile.lock
0 commit comments