mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17: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
|
||||
*.custom.*
|
||||
*.min.*
|
||||
*.template.*
|
||||
*.d.ts
|
||||
*.map
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
.*
|
||||
*.custom.*
|
||||
*.min.*
|
||||
*.template.*
|
||||
*.d.ts
|
||||
*.map
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
.*
|
||||
*.custom.*
|
||||
*.min.*
|
||||
*.template.*
|
||||
*.d.ts
|
||||
*.map
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"ignore": [
|
||||
".*",
|
||||
"*.custom.*",
|
||||
"*.min.*",
|
||||
"*.template.*",
|
||||
"*.d.ts",
|
||||
"*.map",
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
"ignore": [
|
||||
".*",
|
||||
"*.custom.*",
|
||||
"*.min.*",
|
||||
"*.template.*",
|
||||
"*.d.ts",
|
||||
"*.map",
|
||||
|
||||
Reference in New Issue
Block a user