diff options
author | Your Name <you@example.com> | 2016-09-07 09:57:04 +0300 |
---|---|---|
committer | Your Name <you@example.com> | 2016-09-07 09:57:04 +0300 |
commit | baf0d9c709ed07ba133c3bdbdede4ba0f40af5bc (patch) | |
tree | a6f23841090bff5b5f29b7335e83df992c54e10e /core/vendor | |
parent | 74daac49ac4ddfc95b2c90f2784964bf4b8eb2b3 (diff) | |
download | nextcloud-server-baf0d9c709ed07ba133c3bdbdede4ba0f40af5bc.tar.gz nextcloud-server-baf0d9c709ed07ba133c3bdbdede4ba0f40af5bc.zip |
Fix bug #1293
Diffstat (limited to 'core/vendor')
-rw-r--r-- | core/vendor/.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index 5160c2a7f97..7985e73abbc 100644 --- a/core/vendor/.gitignore +++ b/core/vendor/.gitignore @@ -1,7 +1,6 @@ test/ src/ bower.json -.gitignore .jshintrc .travis.yml CHANGELOG* @@ -36,6 +35,7 @@ moment/templates # jquery jquery/** !jquery/.bower.json +!jquery/dist !jquery/dist/jquery.* !jquery/MIT-LICENSE.txt @@ -126,6 +126,8 @@ backbone/backbone-min* # davclient.js davclient.js/** !davclient.js/lib +!davclient.js/lib/client.js +!davclient.js/lib !davclient.js/LICENSE # es6-promise @@ -140,4 +142,5 @@ base64/*min.js # clipboard clipboard/** +!clipboard/dist !clipboard/dist/clipboard.js |