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 4d6cd88 commit 262ceadCopy full SHA for 262cead
.gitignore
@@ -0,0 +1,15 @@
1
+# Not sure what a .gitignore is?
2
+# 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/
11
+.jekyll-metadata
12
13
+# Ignore folders generated by Bundler
14
+.bundle/
15
+vendor/
0 commit comments