Browse Source

Merge pull request #20262 from abpframework/berkan/add-new-excluded-folder

Add new excluded folder for install-libs command
pull/20265/head
Yunus Emre Kalkan 2 years ago
committed by GitHub
parent
commit
1d52a2e654
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs

1
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs

@ -22,6 +22,7 @@ public class InstallLibsService : IInstallLibsService, ITransientDependency
"node_modules",
".git",
".idea",
"_templates",
Path.Combine("bin", "debug"),
Path.Combine("obj", "debug")
};

Loading…
Cancel
Save