Commit f8ccedd
authored
fix(sdk): exclude template folders from default compilation (#36)
Template files contain VS template placeholders ($safeprojectname$, etc.)
that are not valid C# and should not be compiled as part of the extension.
This adds ProjectTemplates/** and ItemTemplates/** to DefaultItemExcludes.1 parent be2dde3 commit f8ccedd
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 | | |
20 | 27 | | |
21 | 28 | | |
| |||
0 commit comments