From 6045defff63ac0fc0f392288f91027d27a10975f Mon Sep 17 00:00:00 2001 From: David Routhieau Date: Mon, 19 Dec 2016 18:51:22 +0100 Subject: [PATCH 1/2] Keep the www folder `Error: Current working directory is not a Cordova-based project.` after `$ cordova platform add browser` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c558400..056ab74 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ plugins/ plugins/android.json plugins/ios.json www/ +!www/.gitkeep $RECYCLE.BIN/ .DS_Store From f178211be21dc9428b41cc52a1f224761cf318c4 Mon Sep 17 00:00:00 2001 From: David Routhieau Date: Tue, 20 Dec 2016 23:30:25 +0100 Subject: [PATCH 2/2] Fix gitkeep --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 056ab74..3bb1ade 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ platforms/ plugins/ plugins/android.json plugins/ios.json -www/ +www/* !www/.gitkeep $RECYCLE.BIN/