Tiny .gitignore suggestion (#213)

This commit is contained in:
Dave 2023-05-09 14:03:29 -04:00 committed by GitHub
parent 4873d2bfa1
commit d00886abea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.gitignore vendored
View File

@ -3,6 +3,7 @@ go-llama
go-gpt4all-j
go-gpt2
go-rwkv
whisper.cpp
# LocalAI build binary
LocalAI
@ -12,4 +13,7 @@ local-ai
# Ignore models
models/*
test-models/
test-models/
# just in case
.DS_Store