mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27: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
|
||||
*.custom.*
|
||||
*.min.*
|
||||
*.template.*
|
||||
*.map
|
||||
modularize
|
||||
node_modules
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
.*
|
||||
*.custom.*
|
||||
*.min.*
|
||||
*.template.*
|
||||
*.map
|
||||
*.md
|
||||
*.txt
|
||||
lodash.js
|
||||
|
||||
@@ -6,8 +6,11 @@
|
||||
".*",
|
||||
"*.custom.*",
|
||||
"*.min.*",
|
||||
"*.template.*",
|
||||
"*.map",
|
||||
"*.md",
|
||||
"*.txt",
|
||||
"lodash.js",
|
||||
"index.js",
|
||||
"component.json",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user