Merge branch 'main' into add-git-status-test

This commit is contained in:
UmakanthKaspa
2025-11-08 20:34:26 +05:30
committed by GitHub
2 changed files with 11 additions and 1 deletions

View File

@@ -8,5 +8,10 @@
},
"include": [
"./**/*.ts"
],
"exclude": [
"**/__tests__/**",
"**/*.test.ts",
"**/*.spec.ts"
]
}