From 48cefea4ec1477f09be43b23599a6cf0b81828da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Antonio=20Bre=C3=B1a=20Moral?= Date: Sun, 29 Jun 2025 22:11:00 +0200 Subject: [PATCH] Testing linguist --- .gitattributes | 3 ++- examples/spring-boot-demo/implementation/.gitattributes | 2 -- examples/spring-boot-jmeter-demo/.gitattributes | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 examples/spring-boot-demo/implementation/.gitattributes delete mode 100644 examples/spring-boot-jmeter-demo/.gitattributes diff --git a/.gitattributes b/.gitattributes index edbec052..bd9ccd5c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -*.java linguist-detectable=true +examples/**/*.java linguist-detectable=true +examples/**/pom.xml linguist-detectable=true diff --git a/examples/spring-boot-demo/implementation/.gitattributes b/examples/spring-boot-demo/implementation/.gitattributes deleted file mode 100644 index 3b41682a..00000000 --- a/examples/spring-boot-demo/implementation/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/mvnw text eol=lf -*.cmd text eol=crlf diff --git a/examples/spring-boot-jmeter-demo/.gitattributes b/examples/spring-boot-jmeter-demo/.gitattributes deleted file mode 100644 index 3b41682a..00000000 --- a/examples/spring-boot-jmeter-demo/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/mvnw text eol=lf -*.cmd text eol=crlf