mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Add .map to the ignore files. [ci skip]
Former-commit-id: 129c53ab38b4fbb178b4a832a7abdbf8b055d615
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
*.custom.*
|
*.custom.*
|
||||||
|
*.map
|
||||||
node_modules
|
node_modules
|
||||||
vendor/closure-compiler
|
vendor/closure-compiler
|
||||||
vendor/uglifyjs
|
vendor/uglifyjs
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
.*
|
.*
|
||||||
*.custom.*
|
*.custom.*
|
||||||
*.d.ts
|
*.d.ts
|
||||||
|
*.map
|
||||||
*.md
|
*.md
|
||||||
*.txt
|
*.txt
|
||||||
build.js
|
build.js
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
.*
|
.*
|
||||||
*.custom.*
|
*.custom.*
|
||||||
*.d.ts
|
*.d.ts
|
||||||
|
*.map
|
||||||
*.md
|
*.md
|
||||||
bower.json
|
bower.json
|
||||||
component.json
|
component.json
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
".*",
|
".*",
|
||||||
"*.custom.*",
|
"*.custom.*",
|
||||||
"*.d.ts",
|
"*.d.ts",
|
||||||
|
"*.map",
|
||||||
"*.md",
|
"*.md",
|
||||||
"*.txt",
|
"*.txt",
|
||||||
"build.js",
|
"build.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user