Make "ignore" entries consistent across package configs. [ci skip]

This commit is contained in:
John-David Dalton
2013-08-31 12:54:34 -07:00
parent 9570c65d88
commit ae1d72265c
4 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,7 @@
.DS_Store .DS_Store
*.custom.* *.custom.*
*.min.* *.min.*
*.template.*
*.map
modularize modularize
node_modules node_modules

View File

@@ -1,6 +1,8 @@
.* .*
*.custom.* *.custom.*
*.min.* *.min.*
*.template.*
*.map
*.md *.md
*.txt *.txt
lodash.js lodash.js

View File

@@ -6,8 +6,11 @@
".*", ".*",
"*.custom.*", "*.custom.*",
"*.min.*", "*.min.*",
"*.template.*",
"*.map",
"*.md", "*.md",
"*.txt", "*.txt",
"lodash.js",
"index.js", "index.js",
"component.json", "component.json",
"package.json", "package.json",

View File

@@ -57,8 +57,6 @@
"dist/lodash.min.js", "dist/lodash.min.js",
"dist/lodash.compat.js", "dist/lodash.compat.js",
"dist/lodash.compat.min.js", "dist/lodash.compat.min.js",
"dist/lodash.mobile.js",
"dist/lodash.mobile.min.js",
"dist/lodash.underscore.js", "dist/lodash.underscore.js",
"dist/lodash.underscore.min.js" "dist/lodash.underscore.min.js"
], ],
@@ -72,7 +70,6 @@
"*.custom.*", "*.custom.*",
"*.min.*", "*.min.*",
"*.template.*", "*.template.*",
"*.d.ts",
"*.map", "*.map",
"*.md", "*.md",
"*.txt", "*.txt",