feat: Add initial implementation of CI/CD workflows, documentation, and testing framework

This commit is contained in:
HueByte
2026-02-19 05:35:05 +01:00
parent 3188d18da2
commit 56ff6197a2
21 changed files with 888 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"config": {
"MD013": false,
"MD033": false,
"MD041": false
},
"ignores": [
".dev/**",
"docs/api/**",
"**/node_modules/**",
"**/bin/**",
"**/obj/**"
]
}