diff --git a/.gitignore b/.gitignore index 399d268a2..37a7af5c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ +*.custom.* .DS_Store dist/ -node_modules/ -lodash.custom* \ No newline at end of file +node_modules/ \ No newline at end of file diff --git a/.npmignore b/.npmignore index db58007bb..1c8397f33 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,19 @@ +*.custom.* +*.min.* .* -dist/* +build.* +build/ +dist/ doc/*.php +node_modules/ +perf/*.html +perf/*.sh test/*.html -vendor/ \ No newline at end of file +test/*.sh +vendor/backbone/ +vendor/closure-compiler/ +vendor/docdown/ +vendor/firebug-lite/ +vendor/requirejs/ +vendor/uglifyjs/ +vendor/underscore/ \ No newline at end of file diff --git a/package.json b/package.json index 826dbd5b2..44a39b729 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,6 @@ ], "directories": { "doc": "./doc", - "perf": "./perf", "test": "./test" } } \ No newline at end of file