CoolFace
Apppublic

MosIng/vits-models

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
3likes
.gitignore382 linesDownload Raw Back to root
1## Ignore Visual Studio temporary files, build results, and2## files generated by popular Visual Studio add-ons.3##4## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore5 6# User-specific files7*.rsuser8*.suo9*.user10*.userosscache11*.sln.docstates12 13# User-specific files (MonoDevelop/Xamarin Studio)14*.userprefs15 16# Mono auto generated files17mono_crash.*18 19# Build results20[Dd]ebug/21[Dd]ebugPublic/22[Rr]elease/23[Rr]eleases/24x64/25x86/26[Ww][Ii][Nn]32/27[Aa][Rr][Mm]/28[Aa][Rr][Mm]64/29bld/30[Bb]in/31[Oo]bj/32[Oo]ut/33[Ll]og/34[Ll]ogs/35 36# Visual Studio 2015/2017 cache/options directory37.vs/38# Uncomment if you have tasks that create the project's static files in wwwroot39#wwwroot/40 41# Visual Studio 2017 auto generated files42Generated\ Files/43 44# MSTest test Results45[Tt]est[Rr]esult*/46[Bb]uild[Ll]og.*47 48# NUnit49*.VisualState.xml50TestResult.xml51nunit-*.xml52 53# Build Results of an ATL Project54[Dd]ebugPS/55[Rr]eleasePS/56dlldata.c57 58# Benchmark Results59BenchmarkDotNet.Artifacts/60 61# .NET Core62project.lock.json63project.fragment.lock.json64artifacts/65 66# ASP.NET Scaffolding67ScaffoldingReadMe.txt68 69# StyleCop70StyleCopReport.xml71 72# Files built by Visual Studio73*_i.c74*_p.c75*_h.h76*.ilk77*.meta78*.obj79*.iobj80*.pch81*.pdb82*.ipdb83*.pgc84*.pgd85*.rsp86*.sbr87*.tlb88*.tli89*.tlh90*.tmp91*.tmp_proj92*_wpftmp.csproj93*.log94*.vspscc95*.vssscc96.builds97*.pidb98*.svclog99*.scc100 101# Chutzpah Test files102_Chutzpah*103 104# Visual C++ cache files105ipch/106*.aps107*.ncb108*.opendb109*.opensdf110*.sdf111*.cachefile112*.VC.db113*.VC.VC.opendb114 115# Visual Studio profiler116*.psess117*.vsp118*.vspx119*.sap120 121# Visual Studio Trace Files122*.e2e123 124# TFS 2012 Local Workspace125$tf/126 127# Guidance Automation Toolkit128*.gpState129 130# ReSharper is a .NET coding add-in131_ReSharper*/132*.[Rr]e[Ss]harper133*.DotSettings.user134 135# TeamCity is a build add-in136_TeamCity*137 138# DotCover is a Code Coverage Tool139*.dotCover140 141# AxoCover is a Code Coverage Tool142.axoCover/*143!.axoCover/settings.json144 145# Coverlet is a free, cross platform Code Coverage Tool146coverage*.json147coverage*.xml148coverage*.info149 150# Visual Studio code coverage results151*.coverage152*.coveragexml153 154# NCrunch155_NCrunch_*156.*crunch*.local.xml157nCrunchTemp_*158 159# MightyMoose160*.mm.*161AutoTest.Net/162 163# Web workbench (sass)164.sass-cache/165 166# Installshield output folder167[Ee]xpress/168 169# DocProject is a documentation generator add-in170DocProject/buildhelp/171DocProject/Help/*.HxT172DocProject/Help/*.HxC173DocProject/Help/*.hhc174DocProject/Help/*.hhk175DocProject/Help/*.hhp176DocProject/Help/Html2177DocProject/Help/html178 179# Click-Once directory180publish/181 182# Publish Web Output183*.[Pp]ublish.xml184*.azurePubxml185# Note: Comment the next line if you want to checkin your web deploy settings,186# but database connection strings (with potential passwords) will be unencrypted187*.pubxml188*.publishproj189 190# Microsoft Azure Web App publish settings. Comment the next line if you want to191# checkin your Azure Web App publish settings, but sensitive information contained192# in these scripts will be unencrypted193PublishScripts/194 195# NuGet Packages196*.nupkg197# NuGet Symbol Packages198*.snupkg199# The packages folder can be ignored because of Package Restore200**/[Pp]ackages/*201# except build/, which is used as an MSBuild target.202!**/[Pp]ackages/build/203# Uncomment if necessary however generally it will be regenerated when needed204#!**/[Pp]ackages/repositories.config205# NuGet v3's project.json files produces more ignorable files206*.nuget.props207*.nuget.targets208 209# Microsoft Azure Build Output210csx/211*.build.csdef212 213# Microsoft Azure Emulator214ecf/215rcf/216 217# Windows Store app package directories and files218AppPackages/219BundleArtifacts/220Package.StoreAssociation.xml221_pkginfo.txt222*.appx223*.appxbundle224*.appxupload225 226# Visual Studio cache files227# files ending in .cache can be ignored228*.[Cc]ache229# but keep track of directories ending in .cache230!?*.[Cc]ache/231 232# Others233ClientBin/234~$*235*~236*.dbmdl237*.dbproj.schemaview238*.jfm239*.pfx240*.publishsettings241orleans.codegen.cs242 243# Including strong name files can present a security risk244# (https://github.com/github/gitignore/pull/2483#issue-259490424)245#*.snk246 247# Since there are multiple workflows, uncomment next line to ignore bower_components248# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)249#bower_components/250 251# RIA/Silverlight projects252Generated_Code/253 254# Backup & report files from converting an old project file255# to a newer Visual Studio version. Backup files are not needed,256# because we have git ;-)257_UpgradeReport_Files/258Backup*/259UpgradeLog*.XML260UpgradeLog*.htm261ServiceFabricBackup/262*.rptproj.bak263 264# SQL Server files265*.mdf266*.ldf267*.ndf268 269# Business Intelligence projects270*.rdl.data271*.bim.layout272*.bim_*.settings273*.rptproj.rsuser274*- [Bb]ackup.rdl275*- [Bb]ackup ([0-9]).rdl276*- [Bb]ackup ([0-9][0-9]).rdl277 278# Microsoft Fakes279FakesAssemblies/280 281# GhostDoc plugin setting file282*.GhostDoc.xml283 284# Node.js Tools for Visual Studio285.ntvs_analysis.dat286node_modules/287 288# Visual Studio 6 build log289*.plg290 291# Visual Studio 6 workspace options file292*.opt293 294# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)295*.vbw296 297# Visual Studio LightSwitch build output298**/*.HTMLClient/GeneratedArtifacts299**/*.DesktopClient/GeneratedArtifacts300**/*.DesktopClient/ModelManifest.xml301**/*.Server/GeneratedArtifacts302**/*.Server/ModelManifest.xml303_Pvt_Extensions304 305# Paket dependency manager306.paket/paket.exe307paket-files/308 309# FAKE - F# Make310.fake/311 312# CodeRush personal settings313.cr/personal314 315# Python Tools for Visual Studio (PTVS)316__pycache__/317 318 319# Cake - Uncomment if you are using it320# tools/**321# !tools/packages.config322 323# Tabs Studio324*.tss325 326# Telerik's JustMock configuration file327*.jmconfig328 329# BizTalk build output330*.btp.cs331*.btm.cs332*.odx.cs333*.xsd.cs334 335# OpenCover UI analysis results336OpenCover/337 338# Azure Stream Analytics local run output339ASALocalRun/340 341# MSBuild Binary and Structured Log342*.binlog343 344# NVidia Nsight GPU debugger configuration file345*.nvuser346 347# MFractors (Xamarin productivity tool) working folder348.mfractor/349 350# Local History for Visual Studio351.localhistory/352 353# BeatPulse healthcheck temp database354healthchecksdb355 356# Backup folder for Package Reference Convert tool in Visual Studio 2017357MigrationBackup/358 359# Ionide (cross platform F# VS Code tools) working folder360.ionide/361 362# Fody - auto-generated XML schema363FodyWeavers.xsd364 365# build366build367monotonic_align/core.c368*.o369*.so370*.dll371 372# data373/config.json374/*.pth375*.wav376/monotonic_align/monotonic_align377/resources378/MoeGoe.spec379/dist/MoeGoe380/dist381 382.idea