mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-20 21:34:13 -07:00
Merge pull request #126 from Frederisk/patch-3
Ignore huggingface cache
This commit is contained in:
commit
8c0a257017
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
# huggingface cache
|
||||
.hf_cache/
|
||||
|
||||
.idea/**/workspace.xml
|
||||
.idea/**/tasks.xml
|
||||
.idea/**/usage.statistics.xml
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,7 @@
|
|||
# Codegen Models
|
||||
models/*
|
||||
# huggingface cache
|
||||
.hf_cache/
|
||||
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue