Updated Branches: refs/heads/1964-feature-fauxton-build fcc376fd6 -> 5996a2cdd
Add node_modules to .gitignore Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5996a2cd Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5996a2cd Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5996a2cd Branch: refs/heads/1964-feature-fauxton-build Commit: 5996a2cdd796186217274a85da1643488c1e107e Parents: fcc376f Author: Noah Slater <[email protected]> Authored: Sat Dec 14 12:56:01 2013 +0100 Committer: Noah Slater <[email protected]> Committed: Sat Dec 14 12:56:01 2013 +0100 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/5996a2cd/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index e045cba..a0798a6 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,7 @@ share/doc/build/html share/doc/build/latex share/doc/build/texinfo share/www/fauxton/build +share/www/fauxton/src/node_modules share/server/main-coffee.js share/server/main.js src/couch_mrview/ebin/
