mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
0e920ce3f4
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
48 lines
549 B
Text
48 lines
549 B
Text
# 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
|