Browse Source
Merge pull request #20265 from abpframework/auto-merge/rel-8-0/2816
Merge branch rel-8.1 with rel-8.0
pull/20267/head
maliming
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") |
|
|
|
}; |
|
|
|
|