chore: ignore husky config file

- Ensure `.husky/prepare-commit-msg` is ignored in `.gitignore`

[.gitignore]
- Add a `.husky/prepare-commit-msg` file to the `.gitignore`
This commit is contained in:
afc163 2023-02-10 10:06:09 +08:00
parent 8d291ed3ee
commit 3449ff0825

1
.gitignore vendored
View File

@ -63,3 +63,4 @@ __image_snapshots__/
/imageDiffSnapshots
.devcontainer*
.husky/prepare-commit-msg