diff options
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 |