diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-11-06 11:04:18 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-12-13 09:47:34 +0100 |
commit | edcd2f27069ae125a4b6680a384b44ebe69b12de (patch) | |
tree | e6db6a0740392469bda8f8b15f07e48ce81d7164 /core/vendor/.gitignore | |
parent | 29e1c3a898a66b0b005d230a836a0275e462071c (diff) | |
download | nextcloud-server-edcd2f27069ae125a4b6680a384b44ebe69b12de.tar.gz nextcloud-server-edcd2f27069ae125a4b6680a384b44ebe69b12de.zip |
bower jquery-ui - exported changes to a separate css file
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r-- | core/vendor/.gitignore | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index 36748f845a6..0d2ad861dee 100644 --- a/core/vendor/.gitignore +++ b/core/vendor/.gitignore @@ -38,6 +38,43 @@ jquery/** !jquery/jquery* !jquery/MIT-LICENSE.txt +# jquery-ui +jquery-ui/themes/base/minified +jquery-ui/themes/base/images/** +!jquery-ui/themes/base/images/animated-overlay.gif +!jquery-ui/themes/base/images/ui-icons_222222_256x240.png +jquery-ui/themes/base/jquery.ui.* +jquery-ui/themes/black-tie +jquery-ui/themes/blitzer +jquery-ui/themes/cupertino +jquery-ui/themes/dark-hive +jquery-ui/themes/dot-luv +jquery-ui/themes/eggplant +jquery-ui/themes/excite-bike +jquery-ui/themes/flick +jquery-ui/themes/hot-sneaks +jquery-ui/themes/humanity +jquery-ui/themes/le-frog +jquery-ui/themes/mint-choc +jquery-ui/themes/overcast +jquery-ui/themes/pepper-grinder +jquery-ui/themes/redmond +jquery-ui/themes/smoothness +jquery-ui/themes/south-street +jquery-ui/themes/start +jquery-ui/themes/sunny +jquery-ui/themes/swanky-purse +jquery-ui/themes/trontastic +jquery-ui/themes/ui-darkness +jquery-ui/themes/ui-lightness +jquery-ui/themes/vader +jquery-ui/ui/** +!jquery-ui/ui/jquery-ui.custom.js +jquery-ui/*.json +jquery-ui/AUTHORS.txt +jquery-ui/MANIFEST +jquery-ui/README.md + # jcrop jcrop/index.html jcrop/demos |