Exclude files like Gemfile(.lock), LICENSE from being pushed to _site
This commit is contained in:
parent
c303a20a57
commit
dba69f0d15
2 changed files with 8 additions and 1 deletions
|
@ -61,6 +61,13 @@ include: ['.htaccess']
|
|||
# The language setting is used in /includes/header.html for html-settings
|
||||
language: "en"
|
||||
|
||||
# Exclude these files from your production _site
|
||||
exclude:
|
||||
- Gemfile
|
||||
- Gemfile.lock
|
||||
- LICENSE
|
||||
- README.md
|
||||
|
||||
|
||||
#
|
||||
# ____ ____ ____
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- title: Start
|
||||
url: "/index.html"
|
||||
url: "/"
|
||||
side: left
|
||||
|
||||
- title: Getting Started
|
||||
|
|
Reference in a new issue