Create site: bundle exec jekyll new --skip-bundle --force .
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
# ---> Rails
|
||||
# Rails
|
||||
*.rbc
|
||||
capybara-*.html
|
||||
.rspec
|
||||
@@ -18,7 +18,7 @@ pickle-email-*.html
|
||||
!/log/.keep
|
||||
!/tmp/.keep
|
||||
|
||||
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
|
||||
# Comment out this rule if you are OK with secrets being uploaded to the repo
|
||||
config/initializers/secret_token.rb
|
||||
config/master.key
|
||||
|
||||
@@ -26,7 +26,6 @@ config/master.key
|
||||
# config/secrets.yml
|
||||
|
||||
# dotenv, dotenv-rails
|
||||
# TODO Comment out these rules if environment variables can be committed
|
||||
.env
|
||||
.env*.local
|
||||
|
||||
@@ -34,15 +33,15 @@ config/master.key
|
||||
/.bundle
|
||||
/.cache
|
||||
/.gem
|
||||
/vendor/bundle
|
||||
/vendor
|
||||
|
||||
# these should all be checked in to normalize the environment:
|
||||
# These should all be checked in to normalize the environment:
|
||||
# Gemfile.lock, .ruby-version, .ruby-gemset
|
||||
|
||||
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
||||
.rvmrc
|
||||
|
||||
# if using bower-rails ignore default bower_components path bower.json files
|
||||
# If using bower-rails ignore default bower_components path bower.json files
|
||||
/vendor/assets/bower_components
|
||||
*.bowerrc
|
||||
bower.json
|
||||
@@ -73,3 +72,9 @@ yarn-debug.log*
|
||||
/storage/*
|
||||
!/storage/.keep
|
||||
/public/uploads
|
||||
|
||||
# Jekyll
|
||||
/_site
|
||||
/.sass-cache
|
||||
/.jekyll-cache
|
||||
/.jekyll-metadata
|
||||
|
||||
Reference in New Issue
Block a user