diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-04-14 13:09:39 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-04-14 13:11:05 +0200 |
commit | 08dd81e0ba265ade1f0ca164c1058840bd726c6b (patch) | |
tree | 25493cf37bac713dbee7dc1398411de57cb04676 /core/vendor/.gitignore | |
parent | 621d1e21288effcedcc450f4faa49aff4c5b5783 (diff) | |
download | nextcloud-server-08dd81e0ba265ade1f0ca164c1058840bd726c6b.tar.gz nextcloud-server-08dd81e0ba265ade1f0ca164c1058840bd726c6b.zip |
add jquery files to git
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r-- | core/vendor/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index 3560e8c8668..ee891aa70eb 100644 --- a/core/vendor/.gitignore +++ b/core/vendor/.gitignore @@ -36,7 +36,7 @@ moment/templates # jquery jquery/** !jquery/.bower.json -!jquery/jquery.* +!jquery/dist/jquery.* !jquery/MIT-LICENSE.txt # jquery-ui |