mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +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
|
||||
dist/
|
||||
node_modules/
|
||||
lodash.custom*
|
||||
node_modules/
|
||||
18
.npmignore
18
.npmignore
@@ -1,5 +1,19 @@
|
||||
*.custom.*
|
||||
*.min.*
|
||||
.*
|
||||
dist/*
|
||||
build.*
|
||||
build/
|
||||
dist/
|
||||
doc/*.php
|
||||
node_modules/
|
||||
perf/*.html
|
||||
perf/*.sh
|
||||
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": {
|
||||
"doc": "./doc",
|
||||
"perf": "./perf",
|
||||
"test": "./test"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user