mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Add "modularize" to .ignore files.
Former-commit-id: de8d6e65e7aa0de9385c82c9132e03ce2efb7715
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,7 @@
|
|||||||
*.template.*
|
*.template.*
|
||||||
*.d.ts
|
*.d.ts
|
||||||
*.map
|
*.map
|
||||||
|
modularize
|
||||||
node_modules
|
node_modules
|
||||||
vendor/closure-compiler
|
vendor/closure-compiler
|
||||||
vendor/uglifyjs
|
vendor/uglifyjs
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ bower.json
|
|||||||
component.json
|
component.json
|
||||||
build
|
build
|
||||||
doc
|
doc
|
||||||
|
modularize
|
||||||
node_modules
|
node_modules
|
||||||
perf
|
perf
|
||||||
test
|
test
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
bower.json
|
bower.json
|
||||||
component.json
|
component.json
|
||||||
doc
|
doc
|
||||||
|
modularize
|
||||||
perf
|
perf
|
||||||
test
|
test
|
||||||
vendor/*.gz
|
vendor/*.gz
|
||||||
|
|||||||
@@ -71,6 +71,7 @@
|
|||||||
"component.json",
|
"component.json",
|
||||||
"build",
|
"build",
|
||||||
"doc",
|
"doc",
|
||||||
|
"modularize",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"perf",
|
"perf",
|
||||||
"test",
|
"test",
|
||||||
|
|||||||
Reference in New Issue
Block a user