GitHubPages.gitignore 666 B

123456789101112131415161718
  1. # This .gitignore is appropriate for repositories deployed to GitHub Pages and using
  2. # a Gemfile as specified at https://github.com/github/pages-gem#conventional
  3. # Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
  4. _site/
  5. .sass-cache/
  6. .jekyll-cache/
  7. .jekyll-metadata
  8. # Additional Ruby/bundler ignore for when you run: bundle install
  9. /vendor
  10. # Specific ignore for GitHub Pages
  11. # GitHub Pages will always use its own deployed version of pages-gem
  12. # This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
  13. # counterproductive to check this file into the repository.
  14. # Details at https://github.com/github/pages-gem/issues/768
  15. Gemfile.lock