feat(client): improve SDK packaging and registry config
This commit is contained in:
+11
-8
@@ -18,10 +18,12 @@ Desktop.ini
|
||||
*.log
|
||||
*~
|
||||
|
||||
# Private requirement / handover documents
|
||||
*.pdf
|
||||
*.doc
|
||||
*.docx
|
||||
# Private requirement / handover documents
|
||||
*.pdf
|
||||
*.doc
|
||||
*.docx
|
||||
private/
|
||||
pdf_requirements.txt
|
||||
|
||||
# C/C++ generated artifacts
|
||||
*.obj
|
||||
@@ -48,10 +50,11 @@ CMakeSettings.json
|
||||
CMakeUserPresets.json
|
||||
Testing/
|
||||
|
||||
# Third-party/business binary drops and generated packages
|
||||
App/
|
||||
dist/
|
||||
*.zip
|
||||
# Third-party/business binary drops and generated packages
|
||||
thirdparty/
|
||||
App/
|
||||
dist/
|
||||
*.zip
|
||||
*.tar
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
|
||||
Reference in New Issue
Block a user