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