From ae1d72265cdfacbaba3c1af1def62b1168905c23 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 31 Aug 2013 12:54:34 -0700 Subject: [PATCH] Make "ignore" entries consistent across package configs. [ci skip] --- .gitignore | 2 ++ .jamignore | 2 ++ bower.json | 3 +++ package.json | 3 --- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8acb6a779..92a16a076 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ .DS_Store *.custom.* *.min.* +*.template.* +*.map modularize node_modules diff --git a/.jamignore b/.jamignore index 3eec0d11c..ecce4ef08 100644 --- a/.jamignore +++ b/.jamignore @@ -1,6 +1,8 @@ .* *.custom.* *.min.* +*.template.* +*.map *.md *.txt lodash.js diff --git a/bower.json b/bower.json index bdd3caa2f..c311b8161 100644 --- a/bower.json +++ b/bower.json @@ -6,8 +6,11 @@ ".*", "*.custom.*", "*.min.*", + "*.template.*", + "*.map", "*.md", "*.txt", + "lodash.js", "index.js", "component.json", "package.json", diff --git a/package.json b/package.json index 91699eb5c..a670fa54d 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,6 @@ "dist/lodash.min.js", "dist/lodash.compat.js", "dist/lodash.compat.min.js", - "dist/lodash.mobile.js", - "dist/lodash.mobile.min.js", "dist/lodash.underscore.js", "dist/lodash.underscore.min.js" ], @@ -72,7 +70,6 @@ "*.custom.*", "*.min.*", "*.template.*", - "*.d.ts", "*.map", "*.md", "*.txt",