diff options
| author | XhmikosR <[email protected]> | 2018-12-13 13:14:49 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-12-14 00:34:38 +0200 |
| commit | a074cb66d74b0ad696d3ab74d2d23b78a141cf2c (patch) | |
| tree | be840a4422496d711a1dbc60b1e5601ffeb6698d /.gitignore | |
| parent | c031584bcde710841ef4324558f40242080c53a9 (diff) | |
| download | bootstrap-a074cb66d74b0ad696d3ab74d2d23b78a141cf2c.tar.xz bootstrap-a074cb66d74b0ad696d3ab74d2d23b78a141cf2c.zip | |
Make use of the package.json `version_short` property more.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 356db705d..6b4387736 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # Ignore docs files _gh_pages _site -site/docs/4.1/dist/ +site/docs/**/dist/ # Ignore ruby files .ruby-version |
