File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 10
10
* .html text diff =html
11
11
* .http text
12
12
* .info text
13
+ * .ini text
14
+ * .iss text
13
15
* .js text
14
16
* .json text
15
17
* .md text diff =markdown
16
18
* .ps1 text
19
+ * .scss text diff =css
17
20
* .slnx text
18
21
* .sql text
19
22
* .svg text
20
23
* .ts text
21
24
* .txt text
25
+ * .xml text
22
26
* .yaml text
23
27
* .yml text
24
28
29
+ * .gif binary
25
30
* .ico binary
26
31
* .jpg binary
27
32
* .pdf binary
Original file line number Diff line number Diff line change 1
1
<Solution >
2
+ <Folder Name =" /.config/" >
3
+ <File Path =" .editorconfig" />
4
+ <File Path =" .gitattributes" />
5
+ <File Path =" .gitignore" />
6
+ <File Path =" .runsettings" />
7
+ </Folder >
8
+ <Folder Name =" /build/" >
9
+ <File Path =" build.cake" />
10
+ <File Path =" cake.config" />
11
+ </Folder >
12
+ <Folder Name =" /doc/" >
13
+ <File Path =" AUTHORS.txt" />
14
+ <File Path =" CHANGELOG.md" />
15
+ <File Path =" LICENSE.md" />
16
+ <File Path =" README.md" />
17
+ </Folder >
18
+ <Folder Name =" /example/" >
19
+ <File Path =" example/format_report.cs" />
20
+ <File Path =" example/parse_report.cs" />
21
+ </Folder >
22
+ <Folder Name =" /res/" >
23
+ <File Path =" res/lcov.info" />
24
+ </Folder >
2
25
<Project Path =" src/lcov.csproj" />
3
26
<Project Path =" test/lcov.tests.csproj" />
4
27
</Solution >
You can’t perform that action at this time.
0 commit comments