diff options
Diffstat (limited to '_data/git.yml')
-rw-r--r-- | _data/git.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_data/git.yml b/_data/git.yml new file mode 100644 index 0000000..fc29307 --- /dev/null +++ b/_data/git.yml @@ -0,0 +1,13 @@ +# 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: + # transition from next.js to jekyll + - ce37824c5260dd370c61cf174ea80ca7deeb1058 + - b07eb8d1c06e582e5f177c159d820778029a9d93 + - dee0b16c1cdf18d205ffcb738eda0e9049396fd0 + # remove thumbnails + - 7593175d2fc1acfeff315106099b663c251a51af + # metadata/non-content changes + - 128f921d20e43df96ecb23c68791450f779abdfc + |