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
*.custom.*
*.min.*
*.template.*
*.map
modularize
node_modules

View File

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

View File

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

View File

@@ -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",