Clean up the file we don't need it

This commit is contained in:
YuCheng Hu 2023-01-06 18:22:01 -05:00
parent f23170b45c
commit c796112903
2 changed files with 0 additions and 11 deletions

6
.gitattributes vendored
View File

@ -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

View File

@ -1,5 +0,0 @@
rootProject.name = 'openai-java'
include 'api'
include 'client'
include 'example'