summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2020-12-09 12:56:27 +0000
committerChris Kay <chris.kay@arm.com>2021-04-19 14:06:25 +0100
commitba39362f21113d2d75168234ca2264241257c6b6 (patch)
treeb112a8b6dbd8a91d3a90ac7b7f4f846b12f1e9a7 /.gitignore
parent38b7c9c651c304bed9eea47905fc3072fb2af24e (diff)
downloadarm-trusted-firmware-ba39362f21113d2d75168234ca2264241257c6b6.tar.gz
build(hooks): add Husky configuration
Husky is a tool for managing Git hooks within the repository itself. Traditionally, commit hooks need to be manually installed on a per-user basis, but Husky allows us to install these hooks either automatically when `npm install` is invoked within the repository, or manually with `npx husky install`. This will become useful for us in the next few patches when we begin introducing tools for enforcing a commit message style. Change-Id: I64cae147e9ea910347416cfe0bcc4652ec9b4830 Signed-off-by: Chris Kay <chris.kay@arm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 79c510405..f52465811 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,5 @@ GTAGS
# Ctags
tags
+# Node.js
+node_modules/