[정리] 빌드 산출물 4,720개 git 추적 제거 + .gitignore 강화
.gitignore 업데이트: - bin/, obj/ → **/bin/, **/obj/ (하위 폴더 재귀 적용) - dist/ 폴더 추가 (배포 산출물) - src/AxCopilot.Installer/payload.zip 추가 git 추적 제거 (파일은 로컬 유지, git에서만 삭제): - dist/ (540개): 배포 바이너리 전체 (DLL, EXE, 런타임) - src/AxCopilot/bin,obj/ (3,800+개): 메인 앱 빌드 산출물 - src/AxCopilot.SDK/bin,obj/ (30+개): SDK 빌드 산출물 - src/AxCopilot.Installer/bin,obj/ (20+개): 인스톨러 빌드 산출물 - src/AxCopilot.Tests/bin,obj/ (230+개): 테스트 빌드 산출물 - src/AxKeyEncryptor/bin,obj/ (20+개): 암호화 도구 빌드 산출물 - tools/IconGenerator/bin,obj/ (24개): 아이콘 생성 도구 빌드 산출물 - publish/ (8개): 레거시 AxCommander 퍼블리시 폴더 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
23
dist/AxKeyEncryptor/AxKeyEncryptor.deps.json
vendored
23
dist/AxKeyEncryptor/AxKeyEncryptor.deps.json
vendored
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"AxKeyEncryptor/1.0.0": {
|
||||
"runtime": {
|
||||
"AxKeyEncryptor.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"AxKeyEncryptor/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
dist/AxKeyEncryptor/AxKeyEncryptor.dll
vendored
BIN
dist/AxKeyEncryptor/AxKeyEncryptor.dll
vendored
Binary file not shown.
BIN
dist/AxKeyEncryptor/AxKeyEncryptor.exe
vendored
BIN
dist/AxKeyEncryptor/AxKeyEncryptor.exe
vendored
Binary file not shown.
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user