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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
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") |
|
|
|
}; |
|
|
|
|