From: Chulki Lee Date: Fri, 23 Jan 2015 19:42:55 +0000 (-0800) Subject: ignore files in packages X-Git-Tag: 2.10.3~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d662296851af89d662c1e203ed694b4349353b0d;p=thirdparty%2Fmoment.git ignore files in packages --- diff --git a/.spmignore b/.spmignore index 283702e76..268f808b3 100644 --- a/.spmignore +++ b/.spmignore @@ -1,4 +1,8 @@ +benchmarks +bower_components +meteor +min +node_modules +scripts tasks test -min -benchmarks diff --git a/bower.json b/bower.json index 82dff20ac..048c79b95 100644 --- a/bower.json +++ b/bower.json @@ -4,16 +4,19 @@ "main": "moment.js", "ignore": [ "**/.*", - "node_modules", + "benchmarks", "bower_components", - "test", - "tests", + "meteor", + "node_modules", + "scripts", "tasks", + "test", "component.json", "composer.json", "CONTRIBUTING.md", "ender.js", "Gruntfile.js", + "Moment.js.nuspec", "package.js", "package.json" ]