You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/06/19 03:45:08 UTC

[3/4] git commit: Make .gitignore use root-relative paths

Make .gitignore use root-relative paths


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/56f2bb71
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/56f2bb71
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/56f2bb71

Branch: refs/heads/master
Commit: 56f2bb71c90468bac61cf92febe417f799b7db1e
Parents: 7a1b5ed
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Jun 18 21:43:34 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Jun 18 21:44:56 2014 -0400

----------------------------------------------------------------------
 .gitignore | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/56f2bb71/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 8516c5e..25a7781 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 .DS_Store
-harness-push/node_modules/*
-!harness-push/node_modules/cordova-harness-client
-harness-push/node_modules/cordova-harness-client/node_modules
+/harness-push/node_modules/*
+!/harness-push/node_modules/cordova-harness-client
+/harness-push/node_modules/cordova-harness-client/node_modules