]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
ignore files in packages
authorChulki Lee <chulki.lee@gmail.com>
Fri, 23 Jan 2015 19:42:55 +0000 (11:42 -0800)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 4 May 2015 05:13:35 +0000 (22:13 -0700)
.spmignore
bower.json

index 283702e76b34cbde8589b3047e96d00a8b3fdac6..268f808b3e92fae6bb5792d1b88d848c11d608be 100644 (file)
@@ -1,4 +1,8 @@
+benchmarks
+bower_components
+meteor
+min
+node_modules
+scripts
 tasks
 test
-min
-benchmarks
index 82dff20ac2b0593759f94dd59cb6ef0b0da33c81..048c79b950a3b028526bfd882d33ea5435390fee 100644 (file)
@@ -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"
   ]