diff options
author | Georg Ehrke <developer@georgehrke.com> | 2016-09-14 13:21:38 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-09-14 13:53:47 +0200 |
commit | a097c1af91a2d2d6e01f255afb40ae35c5720470 (patch) | |
tree | 5ae28fbb4c69ac0d6bd40bbbd384a8d91e254d5e /core/vendor/.gitignore | |
parent | 0543661064b00c27c2e9a1780acf34c8a364f6ce (diff) | |
download | nextcloud-server-a097c1af91a2d2d6e01f255afb40ae35c5720470.tar.gz nextcloud-server-a097c1af91a2d2d6e01f255afb40ae35c5720470.zip |
update moment.js to 2.15
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r-- | core/vendor/.gitignore | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index c20abadb44c..70636c39323 100644 --- a/core/vendor/.gitignore +++ b/core/vendor/.gitignore @@ -24,12 +24,11 @@ blueimp-md5/js/* blueimp-md5/index.html # momentjs - ignore all files except the two listed below -moment/benchmarks -moment/locale +moment/** +!moment/.bower.json +!moment/min +!moment/LICENSE moment/min/** -moment/moment.js -moment/scripts -moment/templates !moment/min/moment-with-locales.js # jquery |