shred and watch build tooling ( dgeni, gulp, jade)

This commit is contained in:
Jay Traband
2021-04-05 09:46:35 -04:00
committed by YuCheng Hu
parent 2ef750d8cf
commit 1d4c56d7f8
4521 changed files with 584119 additions and 0 deletions
@@ -0,0 +1,13 @@
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/**
* The source triggering the git commit message creation.
* As described in: https://git-scm.com/docs/githooks#_prepare_commit_msg
*/
export type CommitMsgSource = 'message'|'template'|'merge'|'squash'|'commit';