From cc5561cf7f9e67d969b3c5382b097c761fd0d304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20M=2E=20Navarro?= Date: Sat, 23 Sep 2023 18:39:59 +0200 Subject: [PATCH] BME files added to .gitattributes (as BASH type). --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 39c73db..09b4ab0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,8 @@ # Hints so GitHub "discovers" the programming languages used in this project subrepos linguist-language=YAML + +# these are also shell files +.bme_project linguist-language=bash +.bme_env linguist-language=bash +.requirements linguist-language=bash