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.