diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-24 23:43:54 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-24 23:43:54 +0100 |
commit | a3119205e1523f61db3877cf5bd6d1e47ebd2d2b (patch) | |
tree | 33fa6fa4c8e1d692ae164d1c866b4f87df70bc54 /_data | |
parent | 7493f15cdc89d462619286314a844e2f8eebc550 (diff) |
more cleanup + fix git dates
Diffstat (limited to '_data')
-rw-r--r-- | _data/git.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_data/git.yml b/_data/git.yml new file mode 100644 index 0000000..4ec920d --- /dev/null +++ b/_data/git.yml @@ -0,0 +1,5 @@ +# These commits are ignored when calculating first/last published dates and +# edit counts, and is used to ignore commits where git sees a file as touched +# even though its content hasn't changed. +ignore_commits: + - ce37824c5260dd370c61cf174ea80ca7deeb1058 # next.js -> jekyll |