From 28e0c1c4419c2495c6d714f6664b08cc47551bfd Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 18 Dec 2015 22:12:47 +0000 Subject: [PATCH] Removed not needed things --- .gitignore | 2 ++ hooks/README.md | 23 ----------------------- 2 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 hooks/README.md diff --git a/.gitignore b/.gitignore index 123ae94..00de184 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ build/Release # Dependency directory # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git node_modules +plugins +platforms diff --git a/hooks/README.md b/hooks/README.md deleted file mode 100644 index 574ad4c..0000000 --- a/hooks/README.md +++ /dev/null @@ -1,23 +0,0 @@ - -# Cordova Hooks - -Cordova Hooks represent special scripts which could be added by application and plugin developers or even by your own build system to customize cordova commands. See Hooks Guide for more details: http://cordova.apache.org/docs/en/edge/guide_appdev_hooks_index.md.html#Hooks%20Guide.