From 34d604ca89f00236304357192133bd99813cfd6a Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Thu, 28 Apr 2022 09:00:27 +0000 Subject: [PATCH] [ADD] .gitattributes: include RST files in language statistic on GitHub closes odoo/documentation#1881 Signed-off-by: Antoine Vandevenne (anv) --- .gitattributes | 2 ++ .gitignore | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..c0745e0d8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Include RST files in language statistics on GitHub. +*.rst linguist-detectable diff --git a/.gitignore b/.gitignore index 023db3d17..31b33542b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc -.* *.mo +.* +!.gitattributes # Sphinx build files _build/