dont't compile Blog files
This commit is contained in:
parent
37efb02e73
commit
7ee2780969
1 changed files with 6 additions and 2 deletions
|
|
@ -40,7 +40,9 @@
|
|||
"wwwroot",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"contrib"
|
||||
"contrib",
|
||||
"Blog-Dev",
|
||||
"Temp-Dev"
|
||||
]
|
||||
},
|
||||
"embed": [
|
||||
|
|
@ -176,7 +178,9 @@
|
|||
"exclude": [
|
||||
"**.user",
|
||||
"**.vspscc",
|
||||
"contrib/**/*.*"
|
||||
"contrib/**/*.*",
|
||||
"Blog-Dev/**/*.*",
|
||||
"Temp-Dev/**/*.*"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue