Add npm, maven, conan configs (excluding cache)

This commit is contained in:
Riz Ashraf
2026-02-12 09:59:21 +00:00
parent adabc7fff2
commit c6e86575d0
62 changed files with 7292 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"remotes": [
{
"name": "conancenter",
"url": "https://center2.conan.io",
"verify_ssl": true
},
{
"name": "inseinc",
"url": "https://artifactory.ingg.com/artifactory/api/conan/conan_local_inseinc",
"verify_ssl": true
}
]
}