mirror of
https://github.com/voicemxil/TS2-Starter-Pack.git
synced 2025-01-22 09:01:52 -05:00
15 lines
445 B
Text
15 lines
445 B
Text
# Not sure what a .gitignore is?
|
|
# See: https://git-scm.com/docs/gitignore
|
|
|
|
# These are directly copied from Jekyll's first-party docs on `.gitignore` files:
|
|
# https://jekyllrb.com/tutorials/using-jekyll-with-bundler/#commit-to-source-control
|
|
|
|
# Ignore the default location of the built site, and caches and metadata generated by Jekyll
|
|
_site/
|
|
.sass-cache/
|
|
.jekyll-cache/
|
|
.jekyll-metadata
|
|
|
|
# Ignore folders generated by Bundler
|
|
.bundle/
|
|
vendor/
|