From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- themes/docsy/assets/vendor/bootstrap/.gitignore | 48 +++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 themes/docsy/assets/vendor/bootstrap/.gitignore (limited to 'themes/docsy/assets/vendor/bootstrap/.gitignore') diff --git a/themes/docsy/assets/vendor/bootstrap/.gitignore b/themes/docsy/assets/vendor/bootstrap/.gitignore new file mode 100644 index 0000000..39a9279 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.gitignore @@ -0,0 +1,48 @@ +# Ignore docs files +_gh_pages +_site +site/docs/4.1/dist/ + +# Ignore ruby files +.ruby-version +.bundle +vendor/cache +vendor/bundle + +# Numerous always-ignore extensions +*.diff +*.err +*.log +*.orig +*.rej +*.swo +*.swp +*.vi +*.zip +*~ + +# OS or Editor folders +._* +.cache +.DS_Store +.idea +.project +.settings +.tmproj +*.esproj +*.sublime-project +*.sublime-workspace +nbproject +Thumbs.db + +# Komodo +.komodotools +*.komodoproject + +# Jekyll metadata and extra config file for `github` script +docs/.jekyll-metadata +twbsconfig.yml + +# Folders to ignore +node_modules +js/coverage -- cgit v1.2.3