Tiny .gitignore suggestion (#213)

token_berts
Dave 1 year ago committed by GitHub
parent 4873d2bfa1
commit d00886abea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .gitignore

6
.gitignore vendored

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

Loading…
Cancel
Save