Skip to content

Commit

Permalink
Added entries to gitignore for jekyll metadata and gem/bundler files …
Browse files Browse the repository at this point in the history
…used to render github page locally
  • Loading branch information
jj16791 committed Apr 12, 2021
1 parent 9fc175f commit 793b1ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
_site
# Ignore metadata generated by Jekyll
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata

Gemfile*

*.sublime-*

0 comments on commit 793b1ae

Please sign in to comment.