From c7961129030d9bb6296d379cf9733dc94b7ffc8d Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Fri, 6 Jan 2023 18:22:01 -0500 Subject: [PATCH] Clean up the file we don't need it --- .gitattributes | 6 ------ settings.gradle | 5 ----- 2 files changed, 11 deletions(-) delete mode 100644 .gitattributes delete mode 100644 settings.gradle diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 00a51af..0000000 --- a/.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/settings.gradle b/settings.gradle deleted file mode 100644 index 969e369..0000000 --- a/settings.gradle +++ /dev/null @@ -1,5 +0,0 @@ -rootProject.name = 'openai-java' - -include 'api' -include 'client' -include 'example'