diff options
author | Alan Pearce | 2024-05-23 03:33:23 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-23 03:33:23 +0200 |
commit | 8469992f30544606151e200378afceb880843623 (patch) | |
tree | c66749e9ffe4357ed47988162f6b88d7e3a3fb92 /.gitignore | |
parent | c8c7dd2a02eb145632b04d2710d297bd6af63a94 (diff) | |
download | website-8469992f30544606151e200378afceb880843623.tar.lz website-8469992f30544606151e200378afceb880843623.tar.zst website-8469992f30544606151e200378afceb880843623.zip |
add pre-commit hooks
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 314d81e..403c115 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ go.work # End of https://www.toptal.com/developers/gitignore/api/go /netlify/.netlify/ /website/ +/.pre-commit-config.yaml |