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 fed07fd commit b92fca5Copy full SHA for b92fca5
.gitignore
@@ -1,5 +1,10 @@
1
-# Copied from https://github.com/github/gitignore/blob/main/Jekyll.gitignore
2
-# Ignore metadata generated by Jekyll
+# Not sure what a .gitignore is?
+# See: https://git-scm.com/docs/gitignore
3
+
4
+# These are directly copied from Jekyll's first-party docs on `.gitignore` files:
5
+# https://jekyllrb.com/tutorials/using-jekyll-with-bundler/#commit-to-source-control
6
7
+# Ignore the default location of the built site, and caches and metadata generated by Jekyll
8
_site/
9
.sass-cache/
10
.jekyll-cache/
0 commit comments