mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Add *.template.* to .ignore files.
Former-commit-id: d4c34dccb521890de2ced7482628f4796b55dcc1
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
*.custom.*
|
*.custom.*
|
||||||
|
*.template.*
|
||||||
|
*.d.ts
|
||||||
*.map
|
*.map
|
||||||
node_modules
|
node_modules
|
||||||
vendor/closure-compiler
|
vendor/closure-compiler
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
.*
|
.*
|
||||||
*.custom.*
|
*.custom.*
|
||||||
|
*.template.*
|
||||||
*.d.ts
|
*.d.ts
|
||||||
*.map
|
*.map
|
||||||
*.md
|
*.md
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
.*
|
.*
|
||||||
*.custom.*
|
*.custom.*
|
||||||
|
*.template.*
|
||||||
*.d.ts
|
*.d.ts
|
||||||
*.map
|
*.map
|
||||||
*.md
|
*.md
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
"ignore": [
|
"ignore": [
|
||||||
".*",
|
".*",
|
||||||
"*.custom.*",
|
"*.custom.*",
|
||||||
|
"*.template.*",
|
||||||
"*.d.ts",
|
"*.d.ts",
|
||||||
"*.map",
|
"*.map",
|
||||||
"*.md",
|
"*.md",
|
||||||
|
|||||||
Reference in New Issue
Block a user