mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Make "ignore" entries consistent across package configs. [ci skip]
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
*.custom.*
|
*.custom.*
|
||||||
*.min.*
|
*.min.*
|
||||||
|
*.template.*
|
||||||
|
*.map
|
||||||
modularize
|
modularize
|
||||||
node_modules
|
node_modules
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
.*
|
.*
|
||||||
*.custom.*
|
*.custom.*
|
||||||
*.min.*
|
*.min.*
|
||||||
|
*.template.*
|
||||||
|
*.map
|
||||||
*.md
|
*.md
|
||||||
*.txt
|
*.txt
|
||||||
lodash.js
|
lodash.js
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user