Skip to content

Commit 16e762f

Browse files
v29.2.4
1 parent cf49d33 commit 16e762f

File tree

3 files changed

+79
-0
lines changed

3 files changed

+79
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.npmrc
2+
.vs/
3+
**/.vs/
4+
src/bin
5+
src/obj
6+
node_modules/
7+
bin/
8+
obj/
9+
package-lock.json
10+
deploy/
11+
npm-debug.log

.gitleaksignore

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
/* Ignored false Leaks in .cs files*/
2+
Controllers/PDF/EncryptionController.cs:generic-api-key:43
3+
Controllers/PDF/EncryptionController.cs:generic-api-key:48
4+
Controllers/PDF/EncryptionController.cs:generic-api-key:54
5+
Controllers/PDF/EncryptionController.cs:generic-api-key:60
6+
Models/ExportEmployeeDetails.cs:aws-access-token:33
7+
Models/ExportEmployeeDetails.cs:aws-access-token:37
8+
Models/ExportEmployeeDetails.cs:aws-access-token:49
9+
/* Ignored false leaks in .cshtml files */
10+
Views/PivotTable/CellTemplate.cshtml:aws-access-token:48
11+
Views/Schedule/CalendarIntegration.cshtml:gcp-api-key:4
12+
/* Ignored false leaks in .css files */
13+
wwwroot/styles/bootstrap-dark.css:aws-access-token:1
14+
wwwroot/styles/bootstrap.css:aws-access-token:1
15+
wwwroot/styles/material3-dark.css:aws-access-token:1
16+
wwwroot/styles/material3.css:aws-access-token:1
17+
wwwroot/styles/tailwind.css:aws-access-token:1
18+
wwwroot/styles/tailwind-dark.css:aws-access-token:1
19+
wwwroot/styles/fluent2.css:aws-access-token:1
20+
wwwroot/styles/fluent2-dark.css:aws-access-token:1
21+
wwwroot/styles/fluent2-highcontrast.css:aws-access-token:1
22+
wwwroot/styles/tailwind-default.css:aws-access-token:1
23+
wwwroot/styles/tailwind-dark-default.css:aws-access-token:1
24+
wwwroot/styles/fluent2-highcontrast-default.css:aws-access-token:1
25+
wwwroot/styles/fluent2-default.css:aws-access-token:1
26+
wwwroot/styles/fluent2-dark-default.css:aws-access-token:1
27+
wwwroot/styles/bootstrap-default.css:aws-access-token:1
28+
wwwroot/styles/bootstrap-dark-default.css:aws-access-token:1
29+
Pages/PivotTable/CellTemplate.cshtml:aws-access-token:56
30+
Pages/Schedule/CalendarIntegration.cshtml:gcp-api-key:6
31+
wwwroot/styles/bootstrap5-dark.css:aws-access-token:1
32+
wwwroot/styles/bootstrap5.3-dark.css:aws-access-token:1
33+
wwwroot/styles/bootstrap5.3.css:aws-access-token:1
34+
wwwroot/styles/bootstrap5.css:aws-access-token:1
35+
Pages/Pdf/Encryption.cshtml.cs:generic-api-key:41
36+
Pages/Pdf/Encryption.cshtml.cs:generic-api-key:46
37+
Pages/Pdf/Encryption.cshtml.cs:generic-api-key:52
38+
Pages/Pdf/Encryption.cshtml.cs:generic-api-key:58
39+
wwwroot/styles/fluent-dark.css:aws-access-token:1
40+
wwwroot/styles/fluent.css:aws-access-token:1
41+
wwwroot/styles/tailwind3.css:easypost-api-token:1
42+
wwwroot/styles/tailwind3-dark.css:easypost-api-token:1
43+
Models/GanttData.cs:aws-access-token:1892
44+
Models/GanttData.cs:aws-access-token:1905
45+
Models/GanttData.cs:aws-access-token:1940
46+
Models/GanttData.cs:aws-access-token:1953
47+
Models/GanttData.cs:aws-access-token:1965
48+
Models/GanttData.cs:aws-access-token:1982
49+
Models/GanttData.cs:aws-access-token:2014
50+
Models/GanttData.cs:aws-access-token:2026
51+
Models/GanttData.cs:aws-access-token:2050
52+
Models/GanttData.cs:aws-access-token:2063
53+
Models/GanttData.cs:aws-access-token:2076
54+
Models/GanttData.cs:aws-access-token:2089
55+
Models/GanttData.cs:aws-access-token:2102
56+
Models/GanttData.cs:aws-access-token:2103
57+
Models/GanttData.cs:aws-access-token:2143
58+
Models/GanttData.cs:aws-access-token:2156
59+
Models/GanttData.cs:aws-access-token:2169
60+
Models/GanttData.cs:aws-access-token:2182
61+
Models/GanttData.cs:aws-access-token:2195
62+
Models/GanttData.cs:aws-access-token:2098
63+
Models/GanttData.cs:aws-access-token:2138
64+
Models/GanttData.cs:aws-access-token:2151
65+
Models/GanttData.cs:aws-access-token:2163
66+
Models/GanttData.cs:aws-access-token:2176

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,5 @@ The Syncfusion license that contains the terms and conditions can be found at
241241
* [ASP.NET Core Documentation](https://ej2.syncfusion.com/aspnetcore/documentation/introduction)
242242
* [ASP.NET Core Components](https://www.syncfusion.com/aspnet-core-ui-controls/)
243243
* [ASP.NET Core Live Demos](https://ej2.syncfusion.com/aspnetcore/)
244+
245+
<p>Copyright © 2001-2025 Syncfusion®, Inc. Updated on 2025-05-15 at precisely 05:57:55 EST.</p>

0 commit comments

Comments
 (0)