Merge pull request #126 from Frederisk/patch-3

Ignore huggingface cache
This commit is contained in:
Brendan Dolan-Gavitt 2022-11-26 18:40:57 -06:00 committed by GitHub
commit 8c0a257017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,6 @@
# huggingface cache
.hf_cache/
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml

2
.gitignore vendored
View file

@ -1,5 +1,7 @@
# Codegen Models
models/*
# huggingface cache
.hf_cache/
.vscode/*
!.vscode/settings.json