diff options
-rw-r--r-- | core/vendor/.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index 5160c2a7f97..c20abadb44c 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,7 @@ backbone/backbone-min* # davclient.js davclient.js/** !davclient.js/lib +!davclient.js/lib/client.js !davclient.js/LICENSE # es6-promise @@ -140,4 +141,5 @@ base64/*min.js # clipboard clipboard/** +!clipboard/dist !clipboard/dist/clipboard.js |