From 646febd83c8560f22c98e39312d9512ccfa8d224 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Mon, 19 May 2025 02:07:14 +0100 Subject: [PATCH] Instruct linguist to include rst files in the statistics Edited-by: TC --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..87ea4e26 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: MIT OR Apache-2.0 +# SPDX-FileCopyrightText: The Rust Project Developers + +# Instruct linguist not to ignore the main content +# https://github.com/github-linguist/linguist/blob/master/docs/overrides.md +src/*.rst text linguist-detectable