diff options
author | Bernhard Posselt <Raydiation@users.noreply.github.com> | 2015-07-23 19:25:09 +0200 |
---|---|---|
committer | Bernhard Posselt <Raydiation@users.noreply.github.com> | 2015-07-23 19:25:09 +0200 |
commit | 582f07950f45d9e0bdfa8faaefa105cad5d39420 (patch) | |
tree | 83582e253b040995dfe8b337b137e49448087903 /core/vendor/.gitignore | |
parent | 01b7e306c427f00d1ce4570c3d1bc90f72e25644 (diff) | |
parent | 03a6e12bdb77242d38e08c9f3c78076e499bcaff (diff) | |
download | nextcloud-server-582f07950f45d9e0bdfa8faaefa105cad5d39420.tar.gz nextcloud-server-582f07950f45d9e0bdfa8faaefa105cad5d39420.zip |
Merge pull request #17075 from owncloud/bootstrap-tooltip
Replace jQuery tipsy with bootstrap tooltip
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r-- | core/vendor/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index 14b80df5065..95ad4d67ea6 100644 --- a/core/vendor/.gitignore +++ b/core/vendor/.gitignore @@ -112,3 +112,9 @@ snapjs/dist/2.0.0-rc1 snapjs/dist/latest/snap.css snapjs/dist/latest/snap.min.js snapjs/scripts + +# bootstrap - only include the tooltip plugin +bootstrap/** +!bootstrap/js +bootstrap/js/* +!bootstrap/js/tooltip.js |