From b6507715596ecac6a6b1c5735d036c258a48449f Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Wed, 29 Sep 2021 13:23:25 -0600 Subject: [PATCH] Cleanup samples --- __tests__/samples/{groovy-dsl => }/.gitignore | 0 __tests__/samples/groovy-dsl/.gitattributes | 6 ------ __tests__/samples/kotlin-dsl/.gitattributes | 6 ------ __tests__/samples/kotlin-dsl/.gitignore | 5 ----- __tests__/samples/no-wrapper/.gitattributes | 6 ------ __tests__/samples/no-wrapper/.gitignore | 5 ----- 6 files changed, 28 deletions(-) rename __tests__/samples/{groovy-dsl => }/.gitignore (100%) delete mode 100644 __tests__/samples/groovy-dsl/.gitattributes delete mode 100644 __tests__/samples/kotlin-dsl/.gitattributes delete mode 100644 __tests__/samples/kotlin-dsl/.gitignore delete mode 100644 __tests__/samples/no-wrapper/.gitattributes delete mode 100644 __tests__/samples/no-wrapper/.gitignore diff --git a/__tests__/samples/groovy-dsl/.gitignore b/__tests__/samples/.gitignore similarity index 100% rename from __tests__/samples/groovy-dsl/.gitignore rename to __tests__/samples/.gitignore diff --git a/__tests__/samples/groovy-dsl/.gitattributes b/__tests__/samples/groovy-dsl/.gitattributes deleted file mode 100644 index 00a51af..0000000 --- a/__tests__/samples/groovy-dsl/.gitattributes +++ /dev/null @@ -1,6 +0,0 @@ -# -# https://help.github.com/articles/dealing-with-line-endings/ -# -# These are explicitly windows files and should use crlf -*.bat text eol=crlf - diff --git a/__tests__/samples/kotlin-dsl/.gitattributes b/__tests__/samples/kotlin-dsl/.gitattributes deleted file mode 100644 index 00a51af..0000000 --- a/__tests__/samples/kotlin-dsl/.gitattributes +++ /dev/null @@ -1,6 +0,0 @@ -# -# https://help.github.com/articles/dealing-with-line-endings/ -# -# These are explicitly windows files and should use crlf -*.bat text eol=crlf - diff --git a/__tests__/samples/kotlin-dsl/.gitignore b/__tests__/samples/kotlin-dsl/.gitignore deleted file mode 100644 index 1b6985c..0000000 --- a/__tests__/samples/kotlin-dsl/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Ignore Gradle project-specific cache directory -.gradle - -# Ignore Gradle build output directory -build diff --git a/__tests__/samples/no-wrapper/.gitattributes b/__tests__/samples/no-wrapper/.gitattributes deleted file mode 100644 index 00a51af..0000000 --- a/__tests__/samples/no-wrapper/.gitattributes +++ /dev/null @@ -1,6 +0,0 @@ -# -# https://help.github.com/articles/dealing-with-line-endings/ -# -# These are explicitly windows files and should use crlf -*.bat text eol=crlf - diff --git a/__tests__/samples/no-wrapper/.gitignore b/__tests__/samples/no-wrapper/.gitignore deleted file mode 100644 index 1b6985c..0000000 --- a/__tests__/samples/no-wrapper/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Ignore Gradle project-specific cache directory -.gradle - -# Ignore Gradle build output directory -build