aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2023-04-13node-sass workflow: improve error message when Sass vars are found (#38448)Julien Déramond1-0/+1
Co-authored-by: XhmikosR <[email protected]>
2021-11-09Update devDependencies (#35322)XhmikosR1-1/+2
* cspell ^5.12.4 → ^5.12.6 * eslint ^8.1.0 → ^8.2.0 * eslint-plugin-unicorn ^37.0.1 → ^38.0.1 * hugo-bin ^0.76.1 → ^0.77.2 * karma ^6.3.7 → ^6.3.8 * linkinator ^2.14.4 → ^2.14.5 * postcss-cli ^9.0.1 → ^9.0.2 * rtlcss ^3.4.0 → ^3.5.0
2021-03-02Rename _gh_pages to _site. (#33129)XhmikosR1-1/+1
2021-01-13.gitignore: remove Ruby/Jekyll entries (#32770)XhmikosR1-11/+0
Our currently supported branches, v4-dev and main, use Hugo.
2020-09-29Update .gitignore (#31783)XhmikosR1-0/+3
Add vscode and netlify folders
2020-03-25.gitignore: add Jekyll's cache folder (#30454)XhmikosR1-0/+2
So that when we switch branches the folder is ignored.
2019-08-17Make use of Hugo's 0.56+ module feature.XhmikosR1-1/+0
2019-03-18Update .gitignore (#28519)XhmikosR1-0/+7
Add back ruby/bundler folders so that they don't show up when we switch branches. This can be removed when v4 hits EOL, along with the old Jekyll docs dist folder.
2019-03-14Update .gitignore (#28493)XhmikosR1-0/+3
Add the old Jekyll docs dist folder so that when we switch branches, it doesn't show up.
2019-03-13Switch to Hugo.XhmikosR1-7/+2
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-01-14Clean up .gitignore. (#28050)XhmikosR1-13/+9
2018-12-14Make use of the package.json `version_short` property more.XhmikosR1-1/+1
2018-10-18Rename docs production script to production and use `JEKYLL_ENV`. (#27410)XhmikosR1-2/+1
2018-07-11Reorganize docs for easier deploysMark Otto1-0/+1
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.
2018-03-05add code coverageJohann-S1-0/+1
2017-10-02Switch to stylelint. (#23572)XhmikosR1-3/+0
2017-09-29Remove grunt-saucelabs and Grunt.XhmikosR1-3/+0
2017-09-04Drop Bower support (#23568)Tanguy Krotoff1-1/+0
2017-08-26Fix `npm run docs-github` script. (#23688)XhmikosR1-1/+2
`$npm_config_tmp` is a non-existent variable. Also, use double quotes since single ones don't work. Finally, git ignore the temp file.
2017-07-16Errata from #23094.Bardi Harborow1-3/+0
2017-07-09ignore itMark Otto1-0/+3
2016-07-12.gitignore: Remove no longer used entries.XhmikosR1-4/+0
[ci skip]
2015-10-29Update to Jekyll v3.0.0.XhmikosR1-0/+3
[skip sauce]
2015-09-10Add `vendor/bundle` to gitignoreDavid\ Beitey1-0/+1
Ensure this directory is ignored so that any installed resources from Bundler aren't handled by Git.
2014-12-24Compile with Ruby Sass or libsass.Gleb Mazovetskiy1-1/+7
* Separate configs for libsass and sass. * Sass compiler selected based on `process.env.TWBS_SASS`. * Travis: * Use Gemfile to manage ruby dependencies. * Run core tests with both Sass compilers. * Only install/cache ruby gems required by the test subset. * Grunt: `update-gemfile-lock` task a la `update-shrinkwrap`.
2014-12-08add test-scss Grunt taskChris Rebert1-0/+3
2014-12-05Specify ruby dev deps in GemfileGleb Mazovetskiy1-0/+1
2014-10-22Sorted various lines using atom/sort-linesPanayiotis Lipiridis1-9/+9
2013-12-06need customize.js to be tracked for it to work on GitHub PagesChris Rebert1-1/+0
follow-up to #11738
2013-12-06Minify docs-assets too.XhmikosR1-0/+1
2013-10-19added bower_components to .gitignoreRogério Yokomizo1-0/+1
2013-10-06update gitignore to restore the ruby-version ignore and rename section to ↵Mark Otto1-1/+2
all docs stuff
2013-09-12rm irrelevant entries from .gitignore; fixes #10609Chris Rebert1-6/+1
2013-08-19update grunt-html-validation output file ignoresChris Rebert1-1/+2
2013-08-12add HTML5 validation of docs pages to the buildChris Rebert1-0/+3
2013-07-18finish flattening repo structure; add dist folder of compiled css/jsMark Otto1-1/+0
2013-05-16nuke that docs _site folderMark Otto1-0/+1
2013-04-12ignore local ruby version filesMark Otto1-0/+1
2013-02-13update makefile to work again; gitignore the compiled docs _gh_pages folder; ↵Mark Otto1-0/+3
test makefile with darkened navbar active bg
2012-07-30Add 'dist' directory to .gitignoreGraham Conzett1-0/+1
Allows you to keep a 'dist' directory in the repository as a target build location. This can be useful if you have bootstrap as a submodule in a project and want to build it, but still keep it self-contained. Similar to how jQuery does their default builds: https://github.com/jquery/jquery/#how-to-build-your-own-jquery
2012-04-19Add Travis CI SupportChris Aniszczyk1-1/+2
Continous integration is nice, fixes #3155 Signed-off-by: Chris Aniszczyk <[email protected]>
2012-04-15add zip to git ignore, and fix gh-pages makeJacob Thornton1-0/+1
2012-03-11ignore Apple Double filesMaxim Pshenichnikov1-0/+1
2012-01-31Merge branch '2.0-wip'Jacob Thornton1-2/+31
Conflicts: .gitignore LICENSE Makefile bootstrap.css bootstrap.min.css docs/assets/js/application.js docs/assets/js/google-code-prettify/prettify.css docs/index.html docs/javascript.html examples/container-app.html examples/fluid.html examples/hero.html js/bootstrap-alerts.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tabs.js js/bootstrap-twipsy.js js/tests/index.html js/tests/unit/bootstrap-modal.js js/tests/unit/bootstrap-popover.js js/tests/unit/bootstrap-tabs.js lib/forms.less lib/mixins.less lib/patterns.less lib/scaffolding.less lib/tables.less
2012-01-29check in dist dir for hb5 + update images to point to correct spot for builderJacob Thornton1-3/+1
2012-01-27simplify build process more - remove really annoying date.Jacob Thornton1-0/+2
2012-01-19Add various always-ignore extensions, files, and folders to `.gitignore`Nicolas Gallagher1-1/+35
2011-11-20remove js min from repoJacob Thornton1-0/+1
2011-11-20add build script for minified files and allow elements to be returned to ↵Jacob Thornton1-1/+2
getContent and title in popovers
2011-10-07.gitignore update.Silumesii Maboshe1-1/+3