Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed Oct 21, 2024
1 parent ad4552c commit ba923cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src-tauri/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
# will have compiled files and executables
/target/

/resources/*/*
!.gitkeep
/resources/*
!/resources/style-bert-vits/
/resources/style-bert-vits/*
!/resources/style-bert-vits/models/
/resources/style-bert-vits/models/*
!/resources/style-bert-vits/models/.gitkeep
!COPYING
!NOTICE
!ggml-metal.metal
Empty file.

0 comments on commit ba923cc

Please sign in to comment.