mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
.gitignore: remove Ruby/Jekyll entries (#32770)
Our currently supported branches, v4-dev and main, use Hugo.
This commit is contained in:
parent
ed5ddca5ba
commit
f43133ac41
1 changed files with 0 additions and 11 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,19 +1,8 @@
|
||||||
# Ignore docs files
|
# Ignore docs files
|
||||||
/_gh_pages/
|
/_gh_pages/
|
||||||
# This is the old Jekyll docs dist folder;
|
|
||||||
# keeping it here so that when we switch branches it doesn't show up
|
|
||||||
/site/docs/**/dist/
|
|
||||||
# Jekyll's cache folder; keeping it for the same reason as above
|
|
||||||
/site/.jekyll-cache/
|
|
||||||
# Hugo resources folder
|
# Hugo resources folder
|
||||||
/resources/
|
/resources/
|
||||||
|
|
||||||
# Ignore ruby/bundler files;
|
|
||||||
# keeping them here so that when we switch branches they don't show up
|
|
||||||
/.bundle/
|
|
||||||
/vendor/
|
|
||||||
/.ruby-version
|
|
||||||
|
|
||||||
# Numerous always-ignore extensions
|
# Numerous always-ignore extensions
|
||||||
*.diff
|
*.diff
|
||||||
*.err
|
*.err
|
||||||
|
|
Loading…
Reference in a new issue