Cleanup .npmignore, and .gitignore.

Former-commit-id: 2309e25274dcceca8e05c2c570594d9adbe1c669
This commit is contained in:
John-David Dalton
2012-05-22 00:11:27 -04:00
parent a604494aa9
commit f5040a7bec
3 changed files with 18 additions and 5 deletions

4
.gitignore vendored
View File

@@ -1,4 +1,4 @@
*.custom.*
.DS_Store
dist/
node_modules/
lodash.custom*
node_modules/

View File

@@ -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/

View File

@@ -37,7 +37,6 @@
],
"directories": {
"doc": "./doc",
"perf": "./perf",
"test": "./test"
}
}