mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Add *.min.* to ignore files.
Former-commit-id: 6dfd90814ef66ff6a81ff039c5650e7befb735f9
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
*.custom.*
|
*.custom.*
|
||||||
|
*.min.*
|
||||||
*.template.*
|
*.template.*
|
||||||
*.d.ts
|
*.d.ts
|
||||||
*.map
|
*.map
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
.*
|
.*
|
||||||
*.custom.*
|
*.custom.*
|
||||||
|
*.min.*
|
||||||
*.template.*
|
*.template.*
|
||||||
*.d.ts
|
*.d.ts
|
||||||
*.map
|
*.map
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
.*
|
.*
|
||||||
*.custom.*
|
*.custom.*
|
||||||
|
*.min.*
|
||||||
*.template.*
|
*.template.*
|
||||||
*.d.ts
|
*.d.ts
|
||||||
*.map
|
*.map
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
"ignore": [
|
"ignore": [
|
||||||
".*",
|
".*",
|
||||||
"*.custom.*",
|
"*.custom.*",
|
||||||
|
"*.min.*",
|
||||||
"*.template.*",
|
"*.template.*",
|
||||||
"*.d.ts",
|
"*.d.ts",
|
||||||
"*.map",
|
"*.map",
|
||||||
|
|||||||
@@ -58,6 +58,7 @@
|
|||||||
"ignore": [
|
"ignore": [
|
||||||
".*",
|
".*",
|
||||||
"*.custom.*",
|
"*.custom.*",
|
||||||
|
"*.min.*",
|
||||||
"*.template.*",
|
"*.template.*",
|
||||||
"*.d.ts",
|
"*.d.ts",
|
||||||
"*.map",
|
"*.map",
|
||||||
|
|||||||
Reference in New Issue
Block a user