-
Type:
Sub-task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: cordova-cli
-
Labels:None
.cordova/config.json is not meant to be put in version control, but hooks are. So, they should not be put into a hidden directory.
So as to not conflict with shared git hooks, we'll call the directory `cordova-hooks`
We should still support running hooks from `.cordova/hooks` for backwards compatibility.