Repository: cordova-lib Updated Branches: refs/heads/master da8ebf6cb -> 812373df4
updated .gitignore Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/812373df Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/812373df Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/812373df Branch: refs/heads/master Commit: 812373df4980c002b3b497e827a6353f9b1d5fd4 Parents: da8ebf6 Author: Steve Gill <[email protected]> Authored: Tue Aug 22 18:05:36 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Tue Aug 22 18:05:36 2017 -0700 ---------------------------------------------------------------------- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/812373df/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 99d15ba..bce3828 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,6 @@ spec-cordova/fixtures/projects/cordova .vscode src/plugman/defaults.json src/plugman/defaults.json -spec-plugman/plugins/recursivePlug/demo/fetch.json -spec-plugman/plugins/recursivePlug/demo/test-recursive +spec/plugman/plugins/recursivePlug/demo/fetch.json +spec/plugman/plugins/recursivePlug/demo/test-recursive **/*.swp --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
