From a66a7a30071a265d19d2839aacecfb4bad4a1b82 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 17 Nov 2022 13:37:48 +0800 Subject: [PATCH] git: add config for all documents All of the publicly committed documents are only README files which is apparently exempted by default. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index bb69560d..85bb9163 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,8 @@ *.yaml diff=sopsfilter + +# I want to be able to quickly list them in a view whenever I'm using a +# supported forge with linguist. *.adoc linguist-detectable +*.adoc -linguist-documentation *.org linguist-detectable +*.org -linguist-documentation