mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Cleanup .npmignore, and .gitignore.
Former-commit-id: 2309e25274dcceca8e05c2c570594d9adbe1c669
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
|
*.custom.*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
dist/
|
dist/
|
||||||
node_modules/
|
node_modules/
|
||||||
lodash.custom*
|
|
||||||
18
.npmignore
18
.npmignore
@@ -1,5 +1,19 @@
|
|||||||
|
*.custom.*
|
||||||
|
*.min.*
|
||||||
.*
|
.*
|
||||||
dist/*
|
build.*
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
doc/*.php
|
doc/*.php
|
||||||
|
node_modules/
|
||||||
|
perf/*.html
|
||||||
|
perf/*.sh
|
||||||
test/*.html
|
test/*.html
|
||||||
vendor/
|
test/*.sh
|
||||||
|
vendor/backbone/
|
||||||
|
vendor/closure-compiler/
|
||||||
|
vendor/docdown/
|
||||||
|
vendor/firebug-lite/
|
||||||
|
vendor/requirejs/
|
||||||
|
vendor/uglifyjs/
|
||||||
|
vendor/underscore/
|
||||||
@@ -37,7 +37,6 @@
|
|||||||
],
|
],
|
||||||
"directories": {
|
"directories": {
|
||||||
"doc": "./doc",
|
"doc": "./doc",
|
||||||
"perf": "./perf",
|
|
||||||
"test": "./test"
|
"test": "./test"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user